# 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" rust-version = "1.62.0" name = "rat-rs" version = "0.1.2" authors = ["nag763 "] description = "A simple cli tool to fetch transports schedules on the Ile-de-France région" documentation = "https://nag763.github.io/rat-rs/" readme = "./README.md" keywords = [ "cli", "rest", "schedule", "time", "transports", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nag763/rat-rs" resolver = "2" [dependencies.clap] version = "3.2.8" features = ["derive"] [dependencies.derive_more] version = "0.99.17" [dependencies.env_logger] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.regex] version = "1.5.6" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.tokio] version = "1.19.2" features = ["full"] [dependencies.unidecode] version = "0.3.0"