# 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 = "heatshrink-bin" version = "0.4.1" authors = ["J-C Dubois"] publish = true description = "A minimal library implementing the heatshrink compression algorithm for no_std environments" readme = "README.md" categories = [ "compression", "embedded", ] license = "ISC" repository = "https://github.com/jcdubois/heatshrink-rs" [[bin]] name = "heatshrink" path = "src/main.rs" [dependencies.clap] version = "4.4.8" features = ["derive"] [dependencies.heatshrink-lib] version = "0.4.1" [dev-dependencies]