# 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] name = "fdec" version = "0.3.1" authors = ["Andrew Lygin "] description = "A collection of macros for generating fixed-size fixed-point numeric types for Rust." homepage = "https://github.com/alygin/fdec" readme = "README.md" keywords = ["numbers", "numeric", "fixed-point", "decimal", "arithmetic"] categories = ["data-structures", "algorithms", "mathematics"] license = "MIT" repository = "https://github.com/alygin/fdec" [profile.dev] debug = 0 [dependencies.lazy_static] version = "1.4"