[package] name = "kchan" version = "0.1.0" edition = "2021" build = "build.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.25" comrak = "0.12.1" http = "0.2.5" threadpool = "1.8.1" num_cpus = "1.13.0" sled = "0.34.7" httparse = "1.5.1" anyhow = "1.0.48" [build-dependencies] comrak = "0.12.1"