# 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-no-std" 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" [dependencies.alloc-no-stdlib] version = "2.0.4" [dependencies.bitvec] version = "1.0.0" [dependencies.brotli] version = "6.0.0" default-features = false [dependencies.bytes] version = "1.7.1" default-features = false [dependencies.four-cc] version = "0.4.0" default-features = false [dependencies.safer-bytes] version = "0.2.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.clap] version = "4.5.13" features = ["derive"] [dev-dependencies.ttf-parser] version = "0.24.0" [features] default = ["std"] std = [ "brotli/std", "bytes/std", "four-cc/std", ]