# 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 = "the-septa-times" version = "0.7.0" autobins = false description = "A CLI application for the SEPTA API" homepage = "https://github.com/dotzenith/TheSeptaTimes.rs" readme = "README.md" license = "MIT" repository = "https://github.com/dotzenith/TheSeptaTimes.rs" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "tst" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "4.4.9" features = ["cargo"] [dependencies.colored] version = "2" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.platform-dirs] version = "0.3.0" [dependencies.reqwest] version = "0.11.20" features = [ "blocking", "json", "rustls-tls", ] default-features = false [dependencies.scraper] version = "0.18.1" [dependencies.serde] version = "1.0.192" features = ["derive"]