# 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" rust-version = "1.70.0" name = "caco3" version = "0.1.4" authors = ["Narongwet Mongkonsatcha "] exclude = [ "test-all.sh", "README.md", ] publish = true description = "CaCO3 common lib" readme = "readme.package.md" license = "MIT OR Apache-2.0" repository = "https://github.com/nui/caco3" resolver = "1" [dependencies.indoc] version = "2" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3" features = [ "local-offset", "macros", "serde", "serde-well-known", ] [dependencies.toml] version = "0.7" [dependencies.tz-rs] version = "0.6" optional = true [dev-dependencies.serde_test] version = "1.0.176" [features] default = [] local-offset = [ "time/local-offset", "dep:tz-rs", ]