# 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 = "rugenere" version = "0.2.1" authors = ["Bruno Anjos "] description = "Vigenère cipher tool written in rust that can encode, decode and store and read from files." homepage = "https://github.com/bruno-anjos/rugenere" documentation = "https://docs.rs/rugenere" readme = "README.md" keywords = ["vigenere", "cipher", "cryptography", "encode", "decode"] categories = ["cryptography"] license = "LGPL-3.0-or-later" repository = "https://github.com/bruno-anjos/rugenere" [lib] name = "rugenere" path = "src/lib.rs" [[bin]] name = "rugenere" path = "src/main.rs" [dependencies.clap] version = "~2.33" features = ["yaml"] [badges.maintenance] status = "experimental" [badges.travis-ci] branch = "master" repository = "bruno-anjos/rugenere"