# 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 = "checked_decimal_macro" version = "0.1.4" authors = ["Mateusz ZajÄ…c "] description = "This is a Rust fixed-point numeric library targeting blockchain development. Originally created and used as a part of the Invariant Protocol. The current version leverages macros, traits and generics to exchange dozens of lines of error prone code with a single line and generating the rest." readme = "README.md" license = "MIT" repository = "https://github.com/invariant-labs/decimal" resolver = "2" [dependencies.checked_decimal_macro_core] version = "0.1.4" [dependencies.integer-sqrt] version = "0.1.5" [dependencies.num-traits] version = "0.2.14" [dependencies.uint] version = "0.9"