# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "const_fixedp" version = "0.1.1" authors = ["Alejandro Martinez Ruiz "] exclude = ["/.gitignore", "/bors.toml", "/.mailmap", "/deny.toml", "/ci/**", "/.github/**"] description = "A const type for fixed point arithmetic" documentation = "https://docs.rs/const_fixedp" readme = "README.md" keywords = ["fixed-point", "fixed", "numeric", "mathematics", "const"] categories = ["data-structures", "mathematics", "rust-patterns"] license = "Apache-2.0" repository = "https://github.com/unleashed/const_fixedp" [dependencies.serde] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1" [features] default = [] [badges.codecov] repository = "unleashed/const_fixedp" [badges.maintenance] status = "experimental"