# 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 = "resolvconffs" version = "0.1.1" include = [ "src", "Cargo.toml", "LICENSE", "README.md", ] description = "Special single-file FUSE filesystem that maps the file depending on requestor's process's Linux network namespace" readme = "README.md" keywords = [ "fuse", "resolvconf", "dns", "network", "filesystem", ] categories = [ "filesystem", "network-programming", ] license = "MIT/Apache-2.0" repository = "https://github.com/vi/resolvconffs" [profile.release] opt-level = "s" lto = true codegen-units = 1 debug = 1 debug-assertions = false rpath = false panic = "abort" incremental = false [dependencies.env_logger] version = "0.9.0" default-features = false [dependencies.fuser] version = "0.10.0" [dependencies.gumdrop] version = "0.8.0" [dependencies.libc] version = "0.2.116" [dependencies.log] version = "0.4" features = [] [dependencies.nix] version = "0.23.1" [dependencies.trait-set] version = "0.2.0" [features] default = ["logging"] logging = [] mini = ["log/release_max_level_off"]