[package] name = "edgerc" version = "0.1.2" edition = "2021" authors = ["Patricio Di Muzio , Luciano Lemberg"] description = "A standard Akamai edgerc signer" license = "MIT" repository = "https://bitbucket.org/millohcs/edgerc__lib" readme = "README.md" license-file = "LICENSE" keywords = ["akamai", "request-signer"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.171", features = ["derive"] } ini = "1.3.0" chrono = "0.4.26" uuid = {version = "1.4.1", features = ["v4"]} base64 = "0.21.2" regex = "1.9.1" log = "0.4.19" hmac = "0.12.1" sha2 = "0.10.7" hex = "0.4.3"