# 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-client" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A daemon-based Firecracker microVM networking backend based on fcnet-types." readme = "README.md" keywords = [ "firecracker", "microvm", "networking", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/kanpov/fcnet" [package.metadata.docs.rs] all-features = true [lib] name = "fcnetd_client" path = "src/lib.rs" [dependencies.deadpool] version = "0.12.1" features = ["managed"] optional = true default-features = false [dependencies.fcnet-types] version = "0.1.0" features = ["full"] [dependencies.serde] version = "1.0.213" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = [ "net", "io-util", ] default-features = false [dev-dependencies] [features] connection-pool = [] deadpool = [ "connection-pool", "dep:deadpool", ] default = []