# 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 = "outagefs" version = "0.1.0" authors = ["Jun Wu "] build = "vendor/fuse/fuse-sys/build.rs" include = ["Cargo.toml", "src/**/*.rs", "vendor/**/*.rs"] description = "FUSE filesystem and tools to emulate and test behaviors on power outage." readme = "README.md" keywords = ["fuse", "testing"] categories = ["filesystem"] license = "MIT" repository = "https://github.com/quark-zju/outagefs" [dependencies.byteorder] version = "1" [dependencies.env_logger] version = "0.7" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.7" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_bytes] version = "0.11" [dependencies.shell-words] version = "1" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tempfile] version = "3" [dependencies.thread-scoped] version = "1.0.2" [dependencies.varbincode] version = "0.1" [build-dependencies.pkg-config] version = "0.3.14"