# 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 = "typed-num" version = "0.2.0" description = "Typed number in Rust with serde support" homepage = "https://github.com/ldm0/typed-num" documentation = "https://docs.rs/typed-num" readme = "README.md" license = "WTFPL" repository = "https://github.com/ldm0/typed-num" [dependencies.serde] version = "1" [dev-dependencies.serde_derive] version = "1.0" [dev-dependencies.toml] version = "0.7"