# 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.71.1" name = "typeslice" version = "0.2.5" authors = ["Aatif Syed "] description = "type-level slices" homepage = "https://github.com/aatifsyed/typeslice" documentation = "https://docs.rs/typeslice" readme = "README.md" categories = [ "no-std", "compilers", "data-structures", ] license = "MIT OR Apache-2.0" repository = "https://github.com/aatifsyed/typeslice" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "do_doc_cfg", ] [package.metadata.release] pre-release-hook = ["./check.bash"] [dependencies.typeslice-macros] version = "0.1.2" optional = true [dev-dependencies.itertools] version = "0.12.1" default-features = false [dev-dependencies.static_assertions] version = "1.1.0" [features] default = [ "std", "macros", ] macros = ["dep:typeslice-macros"] std = []