# 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 = "sp-sized-chunks" version = "0.1.0" authors = ["Samuel Burnham ", "John Burnham "] exclude = ["release.toml", "proptest-regressions/**"] description = "Fixed length array types for no_std` use within Substrate" documentation = "https://docs.rs/sp-sized-chunks" readme = "README.md" keywords = ["chunks", "no_std"] categories = ["no-std"] license = "MIT" repository = "https://github.com/yatima-inc/sp-sized-chunks" [package.metadata.docs.rs] all-features = true [dependencies.arbitrary] version = "1.0.2" optional = true [dependencies.array-ops] version = "0.1.0" optional = true [dependencies.bitmaps] version = "3.1.0" default-features = false [dependencies.refpool] version = "0.4.3" optional = true [features] default = ["std"] ringbuffer = ["array-ops"] std = []