[package] name = "pharmacy" version = "0.1.0" edition = "2021" description = "HRT pharmacy backend code" authors = ["Erin Nova "] license = "CNPLv7+" repository = "https://bytes.keithhacks.cyou/erin/pharmacy" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = { version = "0.5.0-rc.1", features = ["json", "secrets"] } serde = "1.0.130" bincode = "1.3.3" sled = "0.34.7" argon2 = "0.3.1" rand_core = { version = "0.6", features = ["std"] } uuid = { version = "0.8", features = ["serde", "v5"] } rand = "0.8.4" captcha = "0.0.8" #log = "0.4.0" #env_logger = "0.9.0" paris = { version = "1.5", features = ["macros"] } tera = "1" toml = "0.5"