# 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 = "ux2" version = "0.8.5" description = "Non-standard integer types like `u7`, `u9`, `u10`, `u63`, `i7`, `i9` etc." documentation = "https://docs.rs/ux2/" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JonathanWoollett-Light/ux2" resolver = "1" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [[bench]] name = "benchmark" harness = false [dependencies.serde] version = "1.0.160" features = ["derive"] optional = true [dependencies.ux2-macros] version = "0.9.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8.5" [features] 128 = ["64"] 16 = ["8"] 32 = ["16"] 64 = ["32"] 8 = [] default = ["8"]