crow/Cargo.toml

21 lines
601 B
TOML
Raw Normal View History

2022-06-30 23:23:25 +00:00
[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]
2022-06-30 23:59:25 +00:00
anyhow = "1.0.58"
2022-06-30 23:23:25 +00:00
base64-url = "1.4.13"
blake2 = "0.10.4"
2022-07-01 22:27:28 +00:00
image = "0.24.2"
2022-06-30 23:23:25 +00:00
lmdb-zero = "0.4.4"
2022-07-01 22:27:28 +00:00
matchit = "0.6.0"
2022-06-30 23:23:25 +00:00
multipart = { git = "https://github.com/emily-signet/multipart", default-features = false, features = ["server", "tiny_http"] }
2022-07-01 00:30:28 +00:00
rkyv = { version = "0.7.39", features = ["strict", "archive_le"] }
2022-07-01 22:27:28 +00:00
thiserror = "1.0.31"
tiny_http = { git = "https://github.com/emily-signet/tiny-http.git" }
2022-06-30 23:23:25 +00:00
url = "2.2.2"
2022-07-01 22:27:28 +00:00
webp = "0.2.2"