# 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 = "getsecure" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for securing expiring links" readme = "README.md" license = "MIT" [[bin]] name = "getsecure" path = "src/main.rs" [dependencies.base64] version = "0.13.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "3.1.6" features = ["derive"] [dependencies.md5] version = "0.7.0" [dependencies.url] version = "2.2.2"