# 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 = "csr" version = "0.8.2" authors = ["abyss "] description = "csr is a library for encrypting and decrypting many types using caesar\ncipher. This shouldn't be used for any serious security but was more of\nan exercise in generics and creating a rust crate.\n" homepage = "https://git.cryptid.cc/lost/csr" documentation = "https://docs.rs/csr" readme = "README.md" keywords = ["caesar", "cipher"] categories = ["text-processing"] license = "MIT/Apache-2.0" repository = "https://git.cryptid.cc/lost/csr" [dependencies.num] version = "0.2.1"