# 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 = "EasyCrypto" version = "0.8.1" authors = ["yoru "] description = "A simple crypto crate aim at usability" readme = "README.md" keywords = ["crypto"] license-file = "LICENSE" repository = "https://gitlab.com/sweetyoru/easy-crypto/" resolver = "2" [profile.release] overflow-checks = true [dependencies] [dev-dependencies.hex] version = "0.4.3"