[package] name = "ptvrs" version = "0.1.2" edition = "2021" license = "MIT" description = "A Rust library for the Public Transport Victoria (PTV) API" repository = "https://github.com/tascord/ptvrs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" chrono = "0.4.35" dotenv = "0.15.0" hex = "0.4.3" hmac = "0.12.1" once_cell = "1.19.0" reqwest = { version = "0.12.0", features = ["json"] } serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.114" sha1 = "0.10.6" to_and_fro = "0.5.0" tokio = { version = "1.36.0", features = ["full"] }