# 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 = "ocpi-tariffs-cli" version = "0.6.1" description = "CLI application for OCPI tariff calculation" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tandemdrive/ocpi-tariffs" [[bin]] name = "ocpi-tariffs" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" features = [ "alloc", "serde", ] default-features = false [dependencies.chrono-tz] version = "0.9.0" features = ["std"] default-features = false [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.ocpi-tariffs] version = "0.6.1" features = ["ocpi-v211"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" default-features = false [dependencies.tabled] version = "0.15.0"