# 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" rust-version = "1.61" name = "index-ext" version = "1.0.0" authors = ["Andreas Molzer "] description = "Index slices with arbitrary ints and as arrays." homepage = "https://github.com/HeroicKatora/index-ext" documentation = "https://docs.rs/index-ext" readme = "Readme.md" keywords = [ "index", "extension", "int-index", "array-index", ] categories = [ "data-structures", "embedded", "no-std", "rust-patterns", ] license = "Apache-2.0 OR MIT OR Zlib" repository = "https://github.com/HeroicKatora/index-ext" [package.metadata.docs.rs] all-features = true [[example]] name = "huffman-buffer" required-features = ["alloc"] [dependencies.generativity] version = "1" [dev-dependencies.libc] version = "0.2" [features] alloc = []