# 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 = "mttf" version = "0.1.7" description = "A library for working with TrueType fonts. Most parts are zero-allocation." documentation = "https://docs.rs/mttf/" license = "CC-BY-4.0" [lib] name = "mttf" path = "lib.rs" [dependencies.bytemuck] version = "1.16.1" features = [ "derive", "min_const_generics", ] [dependencies.chrono] version = "0.4.38" [dependencies.enumset] version = "1.1.3" [dependencies.mchr] version = "=0.1.7" [dependencies.num_enum] version = "0.7.2" [dependencies.thiserror] version = "1.0.61"