# 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 = "2015" name = "rle-decode-fast" version = "1.0.3" authors = ["Moritz Wanzenböck "] description = "Deprecated: this is available in stable Rust since 1.53 as Vec::extend_from_within().\n\nPrevisouly, the fastest way to implement any kind of decoding for Run Length Encoded data in Rust.\n" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/WanzenBug/rle-decode-helper" [[bench]] name = "bench" harness = false required-features = ["bench"] [dependencies.criterion] version = "0.2" optional = true [features] bench = ["criterion"] [badges.maintenance] status = "deprecated"