# 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-derive" version = "0.1.0" description = "A derive macro for the Minnow library." keywords = [ "compression", "encoding", "arithmetic-coding", "lossless", ] categories = [ "compression", "encoding", "parsing", ] license = "GPL-3.0" repository = "https://github.com/danieleades/minnow" resolver = "2" [lib] proc-macro = true [dependencies.arithmetic-coding] version = "0.3.0" [dependencies.darling] version = "0.13.2" [dependencies.num-traits] version = "0.2.14" [dependencies.proc-macro2] version = "1.0.37" [dependencies.quote] version = "1.0.17" [dependencies.syn] version = "1.0.90" [dev-dependencies.bitstream-io] version = "1.3.0" [dev-dependencies.proc-macro2] version = "1.0.37" [dev-dependencies.test-case] version = "2.0.2"