[package] name = "heatshrink" version = "0.2.0" edition = "2021" authors = ["Frank A. Stevenson "] description = "A minimal implementation of the heatshrink compression algorithm for no_std environments" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/snakehand/heatshrink.git" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [dev-dependencies] hex-literal = "0.4.1"