# 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 = "minnow" version = "0.1.0" description = "A library and derive macro for extremely compact encoding of structs using arithmetic coding." readme = "README.md" keywords = [ "compression", "encoding", "arithmetic-coding", "lossless", ] categories = [ "compression", "encoding", "parsing", ] license = "GPL-3.0" repository = "https://github.com/danieleades/minnow" resolver = "2" [dependencies.arithmetic-coding] version = "0.3.0" [dependencies.bitstream-io] version = "1.2.0" [dependencies.minnow-derive] version = "0.1.0" [dependencies.num-traits] version = "0.2.14" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.test-case] version = "2.0.2"