# 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 = "erbium-core" version = "1.0.5" authors = ["Perry Lorier "] description = "Network services for small/home networks - Core code" homepage = "https://github.com/isomer/erbium" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/isomer/erbium.git" [lib] name = "erbium" path = "src/lib.rs" [[bin]] name = "erbium-dns" required-features = ["dns"] [[bin]] name = "erbium-dhcp" required-features = ["dhcp"] [[bin]] name = "erbium-lldp" [dependencies.arbitrary] version = "1.1" features = ["derive"] optional = true [dependencies.async-trait] version = "0.1.42" [dependencies.byteorder] version = "1.4.3" [dependencies.bytes] version = "1.0" [dependencies.digest] version = "0.10.3" [dependencies.env_logger] version = ">=0.9 ,<=0.10" [dependencies.erbium-net] version = "1.0.4" [dependencies.futures] version = "0.3.8" [dependencies.hmac] version = "0.12.1" [dependencies.hyper] version = "0.14.5" features = [ "server", "http1", "stream", "runtime", "tcp", ] optional = true [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.prometheus] version = "0.13" features = ["process"] [dependencies.rand] version = "0.8" [dependencies.rusqlite] version = ">=0.28, <=0.29" [dependencies.sha2] version = "0.10" [dependencies.tokio] version = "1.8.4" features = ["full"] [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.yaml-rust] version = "0.4" [build-dependencies.vergen] version = ">=6,<=8" [features] default = [ "dhcp", "radv", "http", "dns", ] dhcp = [] dns = [] full = [ "dhcp", "radv", "http", "dns", ] fuzzing = ["dep:arbitrary"] http = [ "hyper", "dhcp", ] radv = [] static = ["rusqlite/bundled"]