# 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 = "root" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "root is an abstract I/O free routing protocol" readme = "README.md" keywords = [ "routing", "network", "io-free", ] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/encodeous/root" [lib] name = "root" path = "src/lib.rs" [[test]] name = "edge_cases" path = "tests/edge_cases.rs" [[test]] name = "simple_routing" path = "tests/simple_routing.rs" [[test]] name = "starvation" path = "tests/starvation.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cfg-if] version = "1.0.0" [dependencies.educe] version = "0.6.0" [dependencies.serde] version = "1.0.204" features = ["derive"] optional = true [dependencies.serde_json] version = "1.0.120" [dependencies.serde_with] version = "3.9.0" optional = true [dependencies.thiserror] version = "1.0.63" [features] default = ["serde"] serde = [ "dep:serde", "dep:serde_with", ]