# 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 = "roto" version = "0.2.0" authors = ["NLnet Labs "] description = "strongly-typed, compiled language for Rotonda" documentation = "https://docs.rs/roto/" readme = "README.md" keywords = [ "routing", "bgp", ] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/NLnetLabs/roto/" [dependencies.arc-swap] version = "^1.6" [dependencies.bytes] version = "1" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.nom] version = "7.1" [dependencies.paste] version = "1.0.14" [dependencies.rotonda-store] version = "0.3.0" [dependencies.routecore] version = "0.4.0" features = [ "bgp", "bmp", "serde", ] [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.smallvec] version = "1.11" features = [ "const_generics", "serde", ] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.routes] version = "0.1.0"