# 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 = "embedded-heatshrink" version = "0.1.0" authors = ["Jacob Trueb "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust port of the heatshrink library for data compression in embedded systems." homepage = "https://github.com/qsib-cbie/embedded-heatshrink" documentation = "https://docs.rs/embedded-heatshrink" readme = "README.md" keywords = [ "compression", "embedded", "no_std", "heatshrink", "alloc", ] categories = [ "embedded", "compression", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/qsib-cbie/embedded-heatshrink" [lib] name = "embedded_heatshrink" path = "src/lib.rs" [[bin]] name = "hsz" path = "src/bin/hsz.rs" required-features = ["std"] [dependencies] [dev-dependencies.rayon] version = "1.10.0" [features] default = [] std = []