# 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 = "founder" version = "0.11.0" authors = ["Ivan Ukhov "] exclude = ["tests/fixtures/*"] description = "The package provides a font toolbox." homepage = "https://github.com/bodoni/founder" documentation = "https://docs.rs/founder" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/bodoni/founder" [[bin]] name = "founder" path = "src/bin/main.rs" [[bin]] name = "founder-features" path = "src/bin/features.rs" required-features = ["binary"] [[bin]] name = "founder-names" path = "src/bin/names.rs" required-features = ["binary"] [[bin]] name = "founder-rasterize" path = "src/bin/rasterize.rs" required-features = ["binary"] [[bin]] name = "founder-vectorize" path = "src/bin/vectorize.rs" required-features = ["binary"] [dependencies.arguments] version = "0.7" optional = true [dependencies.colored] version = "2" optional = true [dependencies.folder] version = "0.6" [dependencies.font] version = "0.31" [dependencies.resvg] version = "0.41" optional = true default-features = false [dependencies.svg] version = "0.17" [features] binary = [ "arguments", "colored", "resvg", ] default = ["binary"]