rodalies-cli 1.2.4

CLI for searching train timetables of the trains of Rodalies de la Generalitat de Catalunya
Documentation
# 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 = "rodalies-cli"
version = "1.2.4"
authors = ["Gerard C.L. <gerardcl@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for searching train timetables of the trains of Rodalies de la Generalitat de Catalunya"
homepage = "https://github.com/gerardcl/rodalies-cli"
readme = "README.md"
keywords = [
    "cli",
    "timetables",
    "trains",
    "rodalies",
    "catalunya",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/gerardcl/rodalies-cli"

[lib]
name = "rodalies_cli"
path = "src/lib.rs"

[[bin]]
name = "rodalies-cli"
path = "src/main.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.chrono]
version = "0.4"
features = []

[dependencies.clap]
version = "4.5"
features = [
    "unicode",
    "cargo",
    "color",
    "suggestions",
    "env",
    "wrap_help",
]

[dependencies.prettytable-rs]
version = "0.10"

[dependencies.scraper]
version = "0.20"

[dependencies.serde_json]
version = "1.0"

[dependencies.surf]
version = "2.3"
features = ["h1-client-rustls"]
default-features = false

[dependencies.tokio]
version = "1.40"
features = ["full"]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

[dev-dependencies.tokio-test]
version = "0.4"