# 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 = "fcnetd" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A daemon process that receives rootless connections from fcnetd-client to perform rootful Firecracker microVM networking." readme = "README.md" keywords = [ "firecracker", "microvm", "networking", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/rust-firecracker/fcnet" [[bin]] name = "fcnetd" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.fcnet] version = "0.7.1" features = [ "simple", "namespaced", "tokio-backend", ] [dependencies.fcnet-types] version = "0.1.1" features = ["serde"] [dependencies.nix] version = "0.29.0" features = [ "user", "fs", ] default-features = false [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.tokio] version = "1.41.0" features = [ "rt", "rt-multi-thread", "net", ] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"