# 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 = "monocle" version = "0.6.2" authors = ["Mingwei Zhang "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A commandline application to search, parse, and process BGP information in public sources. """ documentation = "https://docs.rs/monocle" readme = "README.md" keywords = [ "bgp", "bgpkit", "mrt", ] license = "MIT" repository = "https://github.com/bgpkit/monocle" [package.metadata.binstall] pkg-fmt = "tgz" pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz" [lib] name = "monocle" path = "src/lib.rs" [[bin]] name = "monocle" path = "src/bin/monocle.rs" [dependencies.anyhow] version = "1.0" [dependencies.bgpkit-broker] version = "0.7.5" [dependencies.bgpkit-parser] version = "0.10.11" features = ["serde"] [dependencies.chrono] version = "0.4" [dependencies.chrono-humanize] version = "0.2" [dependencies.clap] version = "4.1" features = ["derive"] [dependencies.config] version = "0.13" features = ["toml"] [dependencies.dirs] version = "5" [dependencies.dotenvy] version = "0.15" [dependencies.indicatif] version = "0.17.0" [dependencies.ipnetwork] version = "0.20.0" default-features = false [dependencies.itertools] version = "0.13.0" [dependencies.oneio] version = "0.17.0" features = [ "remote", "gz", "bz", ] default-features = false [dependencies.radar-rs] version = "0.1.0" [dependencies.rayon] version = "1.8" [dependencies.regex] version = "1.10" [dependencies.rpki] version = "0.16.1" features = ["repository"] [dependencies.rusqlite] version = "0.31" features = ["bundled"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tabled] version = "0.15.0" [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" [dependencies.ureq] version = "2.9" features = ["json"]