# 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] name = "adobe-cmap-parser" version = "0.4.1" authors = ["Jeff Muizelaar "] build = false include = ["src/lib.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to parse Adobe CMap files" documentation = "https://docs.rs/crate/adobe-cmap-parser/" readme = false keywords = [ "cmap", "font", "pdf", "postscript", ] license = "MIT" repository = "https://github.com/jrmuizel/adobe-cmap-parser" [lib] name = "adobe_cmap_parser" path = "src/lib.rs" [dependencies.pom] version = "1.0.1"