# 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 = "ipcheck-rs" version = "1.0.1" authors = ["Alan WANG "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command tool generates typescript ip checker from CIDR" readme = "README.rst" keywords = [ "ip", "ipv4", "ipv6", "network", "filter", ] categories = [ "network-programming", "command-line-utilities", ] license = "MIT" repository = "https://github.com/alannotnerd/ipcheck-rs" [lib] name = "ipcheck_rs" path = "src/lib.rs" [[bin]] name = "ipcheck" path = "bin/ipcheck.rs" required-features = ["ipcheck"] [[bench]] name = "bench" path = "benches/bench.rs" [dependencies.csv] version = "1.3.1" optional = true [dependencies.eyre] version = "0.6.12" optional = true [dependencies.handlebars] version = "6.2.0" optional = true [dependencies.ipnet] version = "2.0.0" [dependencies.serde] version = "1" features = ["derive"] optional = true [dev-dependencies.bincode] version = "1" [dev-dependencies.rand] version = "0.3.17" [features] csv = ["dep:csv"] default = [] eyre = ["dep:eyre"] handlebars = ["dep:handlebars"] ipcheck = [ "csv", "eyre", "handlebars", "dep:serde", ] serde = ["dep:serde"]