# 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 = "2018" name = "cloudfront_sign" version = "0.3.0" authors = ["Peter Evers "] description = "Utility module for AWS CloudFront to generate signed URLs and cookies" homepage = "https://www.promaton.com" readme = "README.md" keywords = [ "aws", "cloudfront", "signed-url", "signed-cookie", ] license = "MIT" repository = "https://github.com/promaton/cloudfront-sign-rs" [dependencies.base64] version = "0.21" [dependencies.rsa] version = "0.9" features = ["sha1"] [dependencies.sha1] version = "0.10" [dependencies.thiserror] version = "1.0.24"