# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "frogger" version = "0.1.2" authors = ["Dorian Davì "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🐸 Simple file system implementation using the 9P protocol" documentation = "https://docs.rs/frogger" readme = "README.md" keywords = [ "filesystem", "9p", "fuse", "bind", "namespace", ] categories = [ "filesystem", "os::unix-apis", "virtualization", ] license = "BSD-3-Clause" repository = "https://github.com/doriancodes/frogger" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] targets = ["x86_64-unknown-linux-gnu"] [profile.bench] opt-level = 3 lto = "thin" codegen-units = 1 debug = 0 [profile.dev] opt-level = 0 debug = 2 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 panic = "abort" strip = true [lib] name = "frogger" path = "src/lib.rs" [[bin]] name = "frg" path = "src/main.rs" [[example]] name = "bind_after" path = "examples/bind_after.rs" [[example]] name = "bind_before" path = "examples/bind_before.rs" [[example]] name = "bind_create" path = "examples/bind_create.rs" [[example]] name = "bind_replace" path = "examples/bind_replace.rs" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.4" features = ["derive"] [dependencies.env_logger] version = "0.10" [dependencies.fuser] version = "0.15.1" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4" [dependencies.signal-hook] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.tempfile] version = "3.2" [dev-dependencies.tokio-test] version = "0.4"