# 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 = "kvv-efa-api" version = "0.1.1" description = "Rust bindings for the KVV (Karlsruher Verkehrs Verbund) \"EFA\"-API" readme = "README.md" keywords = [ "kvv", "api", "trains", "Bahn", "Karlsruhe", ] categories = [ "api-bindings", "data-structures", ] license = "MIT" repository = "https://github.com/spydr06/kvv-api-rs" [[example]] name = "basic" crate-type = ["bin"] [dependencies.reqwest] version = "0.11.23" features = ["json"] optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde-aux] version = "4.4.0" [dependencies.serde_json] version = "1.0.108" [dev-dependencies.colored] version = "2.1.0" [dev-dependencies.tokio] version = "1.20.x" features = ["full"] [features] reqwest = ["dep:reqwest"]