# 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 = "caco3-serde" version = "0.2.1" authors = ["Narongwet Mongkonsatcha <narongwet.m@gmail.com>"] publish = true description = "CaCO3 serde adaptor" license = "MIT OR Apache-2.0" repository = "https://github.com/nui/caco3" [dependencies.byte-unit] version = "5" features = ["serde"] optional = true default-features = false [dependencies.bytemuck] version = "1.14" features = ["derive"] [dependencies.figment] version = "0.10" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.time] version = "0.3" features = [ "serde", "serde-well-known", "macros", ] optional = true [dev-dependencies.serde_json] version = "1" [dev-dependencies.serde_test] version = "1.0.176" [features] byte-unit = ["dep:byte-unit"] default = ["time"] figment = ["dep:figment"] time = ["dep:time"]