# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "kyoto" version = "0.0.1" authors = ["jiachenbai"] description = "Modularized cache system" homepage = "https://github.com/JeepYiheihou/kyoto" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JeepYiheihou/kyoto" [[bin]] name = "kyoto-server" path = "src/main/kyoto_server.rs" [dependencies.anyhow] version = "1.0" [dependencies.bytes] version = "1.0" [dependencies.httparse] version = "1.3.4" [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.14" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tracing] version = "0.1.13" [dependencies.tracing-futures] version = "0.2.3" [dependencies.tracing-subscriber] version = "0.2.2"