# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "zicsv-tool" version = "0.1.0" authors = ["Ivan Mironov "] publish = true description = "Parser tool for Zapret-Info CSV lists" documentation = "https://github.com/im-0/zicsv" readme = "README.md" keywords = ["zapret-info", "parser"] categories = [] license = "MIT/Apache-2.0" repository = "https://github.com/im-0/zicsv" [dependencies.failure] version = "0.1" features = ["std"] default_features = false [dependencies.ipnet] version = "1.2" default_features = false [dependencies.serde] version = "1.0" default_features = false [dependencies.serde_derive] version = "1.0" default_features = false [dependencies.serde_json] version = "1.0" default_features = false [dependencies.structopt] version = "0.2" default_features = false [dependencies.structopt-derive] version = "0.2" default_features = false [dependencies.trust-dns-proto] version = "0.3" default_features = false [dependencies.trust-dns-resolver] version = "0.8" default_features = false [dependencies.url] version = "1.7" default_features = false [dependencies.zicsv] version = "0.1" features = ["serialization"] [badges.travis-ci] branch = "b0.1.0" repository = "im-0/zicsv"