# 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 = "random_encrypt" version = "0.1.0" description = "通过计算生成加密key,并且设置生命周期,在不同的生命周期,相同的字符串返回不同的加密结果" license = "MIT OR Apache-2.0" [dependencies.chrono] version = "0.4" [dependencies.md5] version = "0.7.0"