# 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" version = "0.6.1" description = "OCPI tariff calculations" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/tandemdrive/ocpi-tariffs" [dependencies.chrono] version = "0.4.35" features = ["serde"] default-features = false [dependencies.chrono-tz] version = "0.9.0" features = ["std"] default-features = false [dependencies.rust_decimal] version = "1.32.0" features = ["serde-with-arbitrary-precision"] [dependencies.rust_decimal_macros] version = "1.34.2" [dependencies.serde] version = "1.0.203" features = ["derive"] [dev-dependencies.serde_json] version = "1.0.117" default-features = false [dev-dependencies.test-each] version = "0.2.1" [features] ocpi-v211 = []