[package] name = "amtk" description = "decrypts data from the maps.amtrak.com endpoints" version = "0.1.0" authors = ["Erin Moon "] edition = "2018" license = "MIT" repository = "https://github.com/barzamin/amtk" [dependencies] thiserror = "1.0" aes = "0.7" block-modes = "0.8" pbkdf2 = "0.8" hmac = "0.11" sha-1 = "0.9" # caveat: `sha-1` is RustCrypto, `sha1` is mitsuhiko/rust-sha1 base64 = "0.13"