# 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" rust-version = "1.80" name = "rotonda-store" version = "0.4.0" authors = ["NLnet Labs "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for storing and retrieving IP Prefixes" homepage = "https://nlnetlabs.nl/projects/routing/rotonda/" documentation = "https://docs.rs/rotonda/" readme = "README.md" keywords = [ "routing", "bgp", ] categories = ["network-programming"] license = "BSD-3-Clause" repository = "https://github.com/NLnetLabs/rotonda-store/" [lib] name = "rotonda_store" path = "src/lib.rs" [[bin]] name = "cli" path = "src/bin/cli.rs" required-features = ["cli"] [[example]] name = "exact_matches" path = "examples/exact_matches.rs" [[example]] name = "exact_matches_single" path = "examples/exact_matches_single.rs" [[example]] name = "full_table_multiple_trees_json" path = "examples/full_table_multiple_trees_json.rs" [[example]] name = "more_specifics" path = "examples/more_specifics.rs" [[example]] name = "multi_no_thread" path = "examples/multi_no_thread.rs" [[example]] name = "multi_single_thread" path = "examples/multi_single_thread.rs" [[example]] name = "multi_thread_1" path = "examples/multi_thread_1.rs" [[example]] name = "multi_thread_2" path = "examples/multi_thread_2.rs" [[example]] name = "multi_thread_3" path = "examples/multi_thread_3.rs" [[example]] name = "multi_thread_4" path = "examples/multi_thread_4.rs" [[example]] name = "multi_thread_multi_prefix" path = "examples/multi_thread_multi_prefix.rs" [[example]] name = "multi_thread_single_prefix" path = "examples/multi_thread_single_prefix.rs" [[example]] name = "numbers_treebitmap" path = "examples/numbers_treebitmap.rs" [[example]] name = "real_single_thread_24" path = "examples/real_single_thread_24.rs" [[example]] name = "single_thread_24" path = "examples/single_thread_24.rs" [[example]] name = "treebitmap" path = "examples/treebitmap.rs" [[test]] name = "best-path" path = "tests/best-path.rs" [[test]] name = "concurrency" path = "tests/concurrency.rs" [[test]] name = "full-table" path = "tests/full-table.rs" [[test]] name = "more-more-specifics" path = "tests/more-more-specifics.rs" [[test]] name = "more-specifics" path = "tests/more-specifics.rs" [[test]] name = "treebitmap" path = "tests/treebitmap.rs" [[test]] name = "treebitmap_v6" path = "tests/treebitmap_v6.rs" [dependencies.ansi_term] version = "0.12" optional = true [dependencies.crossbeam-epoch] version = "^0.9" [dependencies.crossbeam-utils] version = "^0.8" [dependencies.csv] version = "1" optional = true [dependencies.inetnum] version = "0.1" [dependencies.log] version = "^0.4" [dependencies.parking_lot_core] version = "0.9.10" [dependencies.roaring] version = "0.10.3" [dependencies.rotonda-macros] version = "0.4.0" [dependencies.routecore] version = "0.5" features = [ "bgp", "bmp", "fsm", "serde", ] [dependencies.rustyline] version = "13" optional = true [dev-dependencies.csv] version = "1" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.rand] version = "^0.8" [features] cli = [ "ansi_term", "rustyline", "csv", ] default = []