# 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 = "agilulf" version = "0.1.0" authors = ["Yang Keao "] description = "Agilulf KV server" homepage = "https://github.com/YangKeao/Agilulf" license = "MIT" repository = "https://github.com/YangKeao/Agilulf.git" [lib] name = "agilulf" path = "src/lib.rs" [[bin]] name = "agilulf_server" path = "src/main.rs" [dependencies.agilulf_fs] version = "0.1.0" [dependencies.agilulf_protocol] version = "0.1.0" [dependencies.agilulf_skiplist] version = "0.1.0" [dependencies.clap] version = "2.33.0" [dependencies.crossbeam] version = "0.7.1" [dependencies.env_logger] version = "0.6.2" [dependencies.futures-preview] version = "=0.3.0-alpha.17" features = ["async-await", "nightly"] [dependencies.libc] version = "0.2.60" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7.0" [dependencies.quick-error] version = "1.2.2" [dependencies.romio] version = "0.3.0-alpha.9" [dev-dependencies.rand] version = "0.7"