# 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 = "renfe-cli" version = "5.2.0" authors = ["Gerard C.L. "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI for searching Renfe train timetables in the Spanish country" homepage = "https://github.com/gerardcl/renfe-cli" readme = "README.md" keywords = [ "cli", "timetables", "trains", "renfe", "spain", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/gerardcl/renfe-cli" [lib] name = "renfe_cli" crate-type = [ "cdylib", "lib", ] path = "src/lib.rs" [[bin]] name = "renfe-cli" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.getopts] version = "0.2" [dependencies.gtfs-structures] version = "0.41" default-features = false [dependencies.pyo3] version = "0.22" features = ["abi3-py37"] [dependencies.reqwest] version = "0.12" features = [ "blocking", "rustls-tls", ] default-features = false