# 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 = "2018" name = "smallnum" version = "0.4.1" authors = ["Tiemoko Ballo"] include = ["src/**/*.rs", "**/*.md", "**/*.sh", "Cargo.toml", "LICENSE"] description = "Compile-time size optimization for numeric primitives." homepage = "https://github.com/tnballo/smallnum" documentation = "https://docs.rs/smallnum" readme = "README.md" keywords = ["small", "num", "integer", "macro", "no_std"] categories = ["embedded", "no-std", "rust-patterns", "config"] license = "MIT" repository = "https://github.com/tnballo/smallnum" [dev-dependencies.static_assertions] version = "1"