# 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 = "edgerc" version = "0.1.2" authors = ["Patricio Di Muzio , Luciano Lemberg"] description = "A standard Akamai edgerc signer" readme = "README.md" keywords = [ "akamai", "request-signer", ] license = "MIT" license-file = "LICENSE" repository = "https://bitbucket.org/millohcs/edgerc__lib" [dependencies.base64] version = "0.21.2" [dependencies.chrono] version = "0.4.26" [dependencies.hex] version = "0.4.3" [dependencies.hmac] version = "0.12.1" [dependencies.ini] version = "1.3.0" [dependencies.log] version = "0.4.19" [dependencies.regex] version = "1.9.1" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.sha2] version = "0.10.7" [dependencies.uuid] version = "1.4.1" features = ["v4"]