# 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 = "array__ops" version = "0.1.19" description = "A selection of useful array operations" keywords = [ "array", "util", "ops", ] license = "MIT" repository = "https://github.com/sigurd4/array_ops" [dependencies.array_trait] version = "1.0.0" [dependencies.moddef] version = "0.2.2" [dependencies.slice_ops] version = "0.1.10" [features] default = ["std"] std = ["slice_ops/std"]