# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "vec-dimension-shift" version = "1.0.1" authors = ["USAGI.NETWORK / Usagi Ito "] description = "N-Dimension shift features for Vec" keywords = ["dimension", "shiftable", "buffer", "valarray", "slice"] categories = ["data-structures"] license = "MIT" repository = "https://github.com/usagi/vec-dimension-shift" [dependencies.thiserror] version = "1.0.20" [features] d10 = [] d11 = [] d12 = [] d13 = [] d14 = [] d15 = [] d16 = [] d2 = [] d3 = [] d4 = [] d5 = [] d6 = [] d7 = [] d8 = [] d9 = [] default = ["d2", "d3", "d4"]