# 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" rust-version = "1.65" name = "funty" version = "3.0.0-rc2" authors = ["myrrlyn "] include = [ "Cargo.toml", "README.md", "LICENSE.txt", "src/*.rs", "doc/*.md", ] description = "Trait generalization over the primitive types" homepage = "https://ferrilab.github.io/ferrilab" documentation = "https://docs.rs/funty" readme = "README.md" keywords = [ "numerics", "primitives", "traits", "pointers", ] categories = [ "no-std", "rust-patterns", ] license = "MIT" repository = "https://github.com/ferrilab/ferrilab" resolver = "1" [dev-dependencies.static_assertions] version = "1" [features] default = ["std"] std = []