# 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] edition = "2021" name = "simple-encdec" version = "0.0.1" authors = ["Marirs "] description = "Simple Encrypt / Decrypt" readme = "README.md" keywords = [ "simnple", "encrypt", "encryption", "decrypt", "decryption", ] license-file = "LICENSE" resolver = "2" [profile.dev] opt-level = 3 [profile.release] opt-level = 3 lto = true debug = false debug-assertions = false [lib] name = "simple_encdec" path = "src/lib.rs" [dependencies.base64] version = "0.20.0-alpha.1"