# 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 = "fj-text" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A crate for creating text in fornjot." homepage = "https://github.com/samgoldman/fj-text" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/samgoldman/fj-text" [lib] name = "fj_text" path = "src/lib.rs" [[test]] name = "test_extrusion" path = "tests/test_extrusion.rs" [dependencies.anyhow] version = "1.0.88" [dependencies.bezier-rs] version = "0.4.0" [dependencies.fj] version = "0.49.0" [dependencies.font] version = "0.39.0" [dev-dependencies.test-case] version = "3.3.1"