You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
yuurei/Cargo.toml

24 lines
680 B

[package]
name = "yuurei"
version = "0.1.0"
authors = ["Avril <flanchan@cumallover.me>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tokio = {version = "0.2", features=["full"]}
async-trait = "0.1.40"
chrono = {version = "0.4.15", features=["serde"]}
uuid = {version = "0.8", features=["v4", "serde"]}
once_cell = "1.4.1"
crypto = {version = "1.1.1", package= "cryptohelpers", features= ["serialise", "async", "sha256"]}
libc = "0.2.76"
byteorder = "1.3.4"
serde_cbor = "0.11.1"
serde = {version = "1.0.115", features= ["derive"]}
futures = "0.3.5"
[build-dependencies]
rustc_version = "0.2"