# 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 = "fpdec-core" version = "0.8.0" authors = ["Michael Amrhein "] description = "Common constants and functions for crate fpdec." homepage = "https://github.com/mamrhein/fpdec.rs" documentation = "https://docs.rs/fpdec/" readme = "README.md" keywords = [ "number", "decimal", "fixed-point", "arithmetics", ] categories = [ "data-structures", "mathematics", ] license-file = "LICENSE.TXT" repository = "https://github.com/mamrhein/fpdec.rs" [dependencies] [features] default = ["std"] std = []