# 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 = "woff2" version = "0.3.0" authors = [ "Brian Hanechak ", "Emily Crandall Fleischman ", ] description = "WOFF2 decompression library" readme = "readme.md" keywords = [ "woff2", "font", "parse", ] license = "Apache-2.0" repository = "https://github.com/Cimpress-MCP/woff2-rs" resolver = "2" [dependencies.bitvec] version = "1.0.0" [dependencies.brotli] version = "3.3.3" features = ["std"] default-features = false [dependencies.bytes] version = "1.1.0" [dependencies.four-cc] version = "0.1.0" [dependencies.safer-bytes] version = "0.2.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.clap] version = "3.1.6" features = ["derive"] [dev-dependencies.ttf-parser] version = "0.15.0"