# 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 = "septa-api" version = "0.4.0" authors = ["Stefan Bossbaly "] include = [ "/src/**/*.rs", "/examples/*.rs", "/README.md", "/LICENSE", ] description = "SEPTA Async Rust API Client" readme = "README.md" keywords = [ "septa", "api", "public-transit", "regional-rail", "train", ] license = "MIT" repository = "https://github.com/StefanBossbaly/septa-api/" [[example]] name = "client_example" crate-type = ["bin"] [[example]] name = "geojson_example" crate-type = ["bin"] [dependencies.chrono] version = "0.4.38" [dependencies.reqwest] version = "0.12.4" features = ["json"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.strum] version = "0.26" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dev-dependencies.geojson] version = "0.24.1" [dev-dependencies.gtfs-structures] version = "0.41.3" [dev-dependencies.mockito] version = "1.4.0" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.serde_path_to_error] version = "0.1.16" [dev-dependencies.tokio] version = "1.38.0" features = [ "macros", "rt-multi-thread", ]