[package] name = "yuurei" version = "0.1.0" authors = ["Avril "] 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 = "0.4.15" uuid = {version = "0.8", features=["v4"]} once_cell = "1.4.1" crypto = {package= "cryptohelpers", version = "0.1", features= ["async", "sha256"]} [build-dependencies] rustc_version = "0.2"