# 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 = "fastlz-rs" version = "0.0.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Pure-Rust reimplementation of FastLZ" readme = "README.md" keywords = [ "lz77", "fastlz", ] categories = [ "no-std::no-alloc", "compression", ] license = "0BSD" repository = "https://github.com/ArcaneNibble/fastlz-rs" [lib] name = "fastlz_rs" path = "src/lib.rs" [[bin]] name = "fastlz-demo" path = "src/bin/fastlz-demo.rs" [dev-dependencies.wasmi] version = "0.36" [features] alloc = [] default = ["std"] std = ["alloc"]