# 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 = "tuple_routing" version = "0.5.0" authors = ["Robert Escriva "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "tuple_routing provides a library and interface for tuple-based routing." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/rescrv/blue" [lib] name = "tuple_routing" path = "src/lib.rs" [dependencies.buffertk] version = "0.11" [dependencies.busyrpc] version = "0.10" [dependencies.indicio] version = "0.10" [dependencies.nom] version = "7.1" [dependencies.one_two_eight] version = "0.8" [dependencies.prototk] version = "0.11" [dependencies.prototk_derive] version = "0.11" [dependencies.rpc_pb] version = "0.12" [dependencies.sync42] version = "0.13" [dependencies.tuple_key] version = "0.11" [dependencies.utf8path] version = "0.6" [dependencies.zerror] version = "0.7" [dependencies.zerror_core] version = "0.11" [dependencies.zerror_derive] version = "0.6" [dev-dependencies.proptest] version = "1.0"