# 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 = "iptools" version = "0.3.0" authors = ["Denis Avvakumov"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Python iptools port for Rust """ homepage = "https://github.com/Deniskore" readme = "README.md" keywords = [ "ip", "iptools", "network", ] categories = [ "algorithms", "network-programming", ] license = "MIT" repository = "https://github.com/Deniskore/iptools" [profile.release] opt-level = 3 [lib] name = "iptools" path = "src/lib.rs" [dependencies.ahash] version = "0.8.11" [dependencies.once_cell] version = "1.19.0" [dependencies.regex] version = "1.10.6" [dev-dependencies.pretty_assertions] version = "1.4.0"