[package] name = "crow" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.58" base64-url = "1.4.13" blake2 = "0.10.4" image = "0.24.2" lmdb-zero = "0.4.4" matchit = "0.6.0" multipart = { git = "https://github.com/emily-signet/multipart", default-features = false, features = ["server", "tiny_http"] } rkyv = { version = "0.7.39", features = ["strict", "archive_le"] } thiserror = "1.0.31" tiny_http = { git = "https://github.com/emily-signet/tiny-http.git" } url = "2.2.2" webp = "0.2.2"