# 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 = "woff" version = "0.3.3" authors = ["Ivan Ukhov "] build = "build.rs" include = [ "Cargo.toml", "build.rs", "src/*", "vendor/brotli/source/c/*", "vendor/woff2/source/include/*", "vendor/woff2/source/src/*", "vendor/woff2/wrapper/*", ] description = "The package provides a compressor for fonts in Web Open Font Format." homepage = "https://github.com/bodoni/woff" documentation = "https://docs.rs/woff" readme = "README.md" keywords = [ "font", "opentype", "typeface", "typography", "woff", ] categories = ["parsing"] license = "Apache-2.0/MIT" repository = "https://github.com/bodoni/woff" [[bin]] name = "woff" path = "src/main.rs" required-features = ["binary"] [dependencies.arguments] version = "0.7" optional = true [build-dependencies.cc] version = "1.0" [features] binary = ["arguments"]