# 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 = "irrc" version = "0.1.0" authors = ["Ben Maddison "] description = "A client library for the IRRd query protocol" readme = "README.md" keywords = [ "irr", "rpsl", "as-set", "route", "bgp", ] categories = [ "network-programming", "database", ] license = "MIT" repository = "https://github.com/wolcomm/irrc-rs" resolver = "2" [dependencies.circular] version = "^0.3" [dependencies.nom] version = "^7.0" [dependencies.rpsl] version = "^0.1" [dependencies.strum] version = "^0.26" features = ["derive"] [dependencies.thiserror] version = "^1.0" [dependencies.tracing] version = "^0.1" features = ["log"] [dev-dependencies.generic-ip] version = "0.1" [dev-dependencies.paste] version = "^1.0" [dev-dependencies.proptest] version = "^1.0" [dev-dependencies.rpsl] version = "^0.1" features = ["arbitrary"] [dev-dependencies.tracing-subscriber] version = "^0.3" [dev-dependencies.version-sync] version = "^0.9"