# 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 = "fdsm" version = "0.6.0" authors = ["+merlan #flirora"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A pure-Rust implementation of multi-channel signed distance field generation" readme = "README.md" keywords = [ "msdf", "distance-fields", ] categories = ["graphics"] license = "MIT" repository = "https://gitlab.com/Kyarei/fdsm" [package.metadata.docs.rs] all-features = true [profile.bench] debug = 2 [profile.dev] opt-level = 1 [lib] name = "fdsm" path = "src/lib.rs" [[bench]] name = "common" path = "benches/common.rs" [[bench]] name = "ec" path = "benches/ec.rs" harness = false [[bench]] name = "ec-iai" path = "benches/ec-iai.rs" harness = false [[bench]] name = "msdfgen" path = "benches/msdfgen.rs" harness = false [[bench]] name = "msdfgen-iai" path = "benches/msdfgen-iai.rs" harness = false [dependencies.image] version = "0.25.1" default-features = false [dependencies.nalgebra] version = "0.33.0" [dependencies.num-traits] version = "0.2.15" [dependencies.oklab] version = "1.0.0" optional = true [dependencies.ttf-parser] version = "0.24.1" optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"] [dev-dependencies.iai-callgrind] version = "0.12.3" [dev-dependencies.image] version = "0.25.1" features = ["png"] default-features = false [dev-dependencies.msdfgen] version = "0.2.1" [dev-dependencies.notosans] version = "0.1.0" [features] ttf-parser = ["dep:ttf-parser"] visualize = ["dep:oklab"]