# 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] name = "openalias" version = "1.0.0" authors = ["nabijaczleweli "] build = "build.rs" exclude = ["*.enc"] description = "Look up and parse OpenAlias data" documentation = "https://rawcdn.githack.com/nabijaczleweli/openalias.rs/doc/openalias/index.html" readme = "README.md" keywords = [ "cargo", "update", "plugin", "subcommand", ] categories = [ "command-line-utilities", "parser-implementations", "authentication", ] license = "MIT" repository = "https://github.com/nabijaczleweli/openalias.rs" [[bin]] name = "openalias" test = false doc = false [dependencies.clap] version = "2.26" [dependencies.crc] version = "1.5" [dependencies.hickory-resolver] version = "0.24" [build-dependencies.embed-resource] version = "1.1" [build-dependencies.peg] version = "0.5" [build-dependencies.rustfmt] version = "0.9"