# 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 = "fleetfs" version = "0.2.0" authors = ["Christopher Berner "] exclude = ["*.sh", "cloud_benchmark/"] description = "FleetFS" license = "Apache-2.0" repository = "https://github.com/fleetfs/fleetfs" [profile.release] debug = true [dependencies.byteorder] version = "1.3" [dependencies.bytes] version = "0.5" [dependencies.clap] version = "2.32" [dependencies.env_logger] version = "0.7" [dependencies.flatbuffers] version = "0.6.0" [dependencies.fuser] version = "=0.4" features = ["abi-7-19"] [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.protobuf] version = "2" [dependencies.raft] version = "0.5" [dependencies.rand] version = "0.7" [dependencies.sha2] version = "0.8" [dependencies.thread_local] version = "1.0" [dependencies.tokio] version = "0.2" features = ["io-driver", "io-util", "tcp", "time", "rt-threaded", "stream"] [dependencies.tokio-util] version = "0.3" features = ["codec"] [dependencies.walkdir] version = "2.3" [dev-dependencies.tempfile] version = "3.1"