# 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 = "lamezip77" version = "0.0.1" description = "Universal(-ish) LZ77 thing" readme = "README.md" keywords = [ "lz77", "deflate", "fastlz", "lz4", ] categories = [ "no-std::no-alloc", "compression", ] license = "0BSD" repository = "https://github.com/ArcaneNibble/lamezip77" [profile.release] lto = true debug = 2 [dependencies.bitvec] version = "1" default-features = false [dependencies.funty] version = "2" default-features = false [dependencies.lamezip77_macros] version = "0.0.1" [features] alloc = [] default = ["std"] std = ["alloc"]