# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "font_metrics" version = "0.0.4" authors = ["Jack Willis "] description = "Provides binaries (fm-cpp, fm-density, fm-xheight) for measuring TrueType fonts." documentation = "https://docs.rs/font_metrics/" license = "GPL-3.0" repository = "https://github.com/jackwillis/font-metrics/" [[bin]] name = "fm-xheight" path = "bin/fm-xheight.rs" [[bin]] name = "fm-cpp" path = "bin/fm-cpp.rs" [[bin]] name = "fm-density" path = "bin/fm-density.rs" [dependencies.clap] version = "2.31" [dependencies.lopdf] version = "0.15" [dependencies.num-rational] version = "0.1" [dependencies.pdf-extract] version = "0.4" [dependencies.rusttype] version = "0.6" [dependencies.tempdir] version = "0.3"