# 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] edition = "2018" name = "ift" version = "0.3.2" authors = ["Cameron Davison "] description = "A library to read template strings for local network interfaces" readme = "README.md" license = "MIT" repository = "https://github.com/camerondavison/ift" [dependencies.clap] version = "2.32.0" [dependencies.failure] version = "0.1.5" [dependencies.ipnet] version = "2.0.0" [dependencies.pest] version = "2.1.0" [dependencies.pest_derive] version = "2.1.0" [dependencies.pnet] version = "0.22.0" [dependencies.regex] version = "1.1.0" [dev-dependencies.actix] version = "0.7.9" [dev-dependencies.actix-web] version = "0.7.17" [dev-dependencies.assert_cmd] version = "0.10.2" [dev-dependencies.env_logger] version = "0.6.0" [dev-dependencies.predicates] version = "1.0.0" [badges.travis-ci] repository = "camerondavison/ift"