ase2ttf_core 0.2.0

ase2ttf core crate
Documentation
# 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 = "2024"
name = "ase2ttf_core"
version = "0.2.0"
authors = ["nuskey"]
build = false
include = [
    "/Cargo.toml",
    "../LICENSE",
    "../README.md",
    "/src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ase2ttf core crate"
readme = false
license = "Apache-2.0"
repository = "https://github.com/nuskey8/ase2ttf"

[features]
wasm = ["wasm-bindgen"]

[lib]
name = "ase2ttf_core"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.asefile]
version = "0.3.8"

[dependencies.chrono]
version = "0.4.41"

[dependencies.kurbo]
version = "0.13.0"

[dependencies.wasm-bindgen]
version = "0.2.100"
optional = true

[dependencies.write-fonts]
version = "0.48.1"