# 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 = "polyvalue" version = "0.3.4" authors = ["@rscarson"] description = "A weak-typed analog for rust" readme = "README.md" license = "MIT" repository = "https://github.com/rscarson/polyvalue" [dependencies.fpdec] version = "0.10.3" features = ["serde-as-str"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.2" [dependencies.serde] version = "1.0.193" [dependencies.serde_json] version = "1.0.108" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.cargo-readme] version = "3.2.0" [dev-dependencies.version-sync] version = "0.9.4"