# 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 = "rpsl-parser" version = "0.1.4" authors = ["Marvin Vogt "] exclude = [ ".devcontainer", ".github", "doc/benchmark/**", "tests/**", ] description = "Renamed to https://crates.io/crates/rpsl-rs, this crate is deprecated." homepage = "https://github.com/srv6d/rpsl-parser" readme = "README.md" keywords = ["deprecated"] categories = ["database"] license = "MIT" repository = "https://github.com/srv6d/rpsl-parser" [profile.release] lto = true strip = true [lib] name = "rpsl_parser" crate-type = [ "cdylib", "rlib", ] [[bench]] name = "parse_as3257" harness = false [dependencies.nom] version = "7.1.3" [dependencies.pyo3] version = "0.20.0" optional = true [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]