# 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 = "fixed-macro" version = "1.2.0" authors = ["Ivan Smirnov "] description = "Macros for creating fixed-point constants for types in the `fixed` crate." documentation = "https://docs.rs/fixed-macro" readme = "README.md" keywords = [ "mathematics", "numerics", "fixed", ] categories = [ "algorithms", "data-structures", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aldanor/fixed-macro" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.fixed] version = "1" [dependencies.fixed-macro-impl] version = "1.2.0" [dependencies.fixed-macro-types] version = "1.2.0" [dev-dependencies.trybuild] version = "1.0"