# 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.66" name = "serde_with_extension" version = "3.0.0" authors = ["Yoshimitsu Kokubo"] include = [ "src/**/*", "LICENSE-*", "README.*", "CHANGELOG.md", ] description = "This crate with extended functionality for serde_with." readme = "README.md" keywords = [ "serde", "serde_with", "utilities", ] categories = ["encoding"] license = "MIT" repository = "https://github.com/unplus/serde_with_extension" [[test]] name = "decimal_from_number" path = "tests/decimal_from_number.rs" required-features = ["rust_decimal"] [dependencies.rust_decimal] version = "1" features = ["serde-with-float"] optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_with] version = "3" [dev-dependencies.serde_json] version = "1" [features] all = ["decimal"] decimal = ["rust_decimal"] default = []