# 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 = "common_traits" version = "0.11.0" authors = [ "Tommaso Fontana", "Sebastiano Vigna", ] description = "Traits to write generic functions on different numeric types, with atomic support, and other features." readme = "README.md" keywords = [ "mathematics", "numerics", ] categories = [ "algorithms", "science", "no-std", ] license = "Apache-2.0" repository = "https://github.com/zommiommy/common_traits" [dependencies.anyhow] version = "1.0.71" default-features = false [dependencies.half] version = "2.2.1" features = ["use-intrinsics"] optional = true default-features = false [dependencies.impl-tools] version = "0.10.0" [dev-dependencies.rand] version = "0.8.5" features = ["small_rng"] [features] alloc = ["half/alloc"] default = ["std"] half = ["dep:half"] simd = [] std = [ "half/std", "anyhow/std", ]