# 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 = "ffs" version = "0.1.2" authors = ["Michael Greenberg "] exclude = [".github/*", ".gitignore", "binary/*", "docs/*", "man/*", "json/*", "run_tests.sh", "tests/*", "toml/*", "yaml/*"] description = "ffs---the File FileSystem---lets you mount semi-structured data (like JSON) as a filesystem, letting you work with modern formats using your familiar shell tools." homepage = "https://mgree.github.io/ffs" readme = "README.md" keywords = ["data", "fuse", "json", "shell", "yaml"] categories = ["command-line-utilities", "encoding", "filesystem"] license = "GPL-3.0" repository = "https://github.com/mgree/ffs" [dependencies.base64] version = "0.13.0" [dependencies.clap] version = "2.0" [dependencies.fuser] version = "0.9" [dependencies.libc] version = "0.2.51" [dependencies.serde_json] version = "1.0" [dependencies.toml] version = "0.5" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.2.18" [dependencies.yaml-rust] version = "0.4.5"