# 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] edition = "2018" name = "bookbinder_common" version = "0.1.1" authors = ["Tom McLean "] description = "Common utils for book production" license = "MIT OR Apache-2.0" repository = "https://github.com/fizzbucket/bookbinder" [dependencies.aho-corasick] version = "0.7.13" [dependencies.fontdb] version = "0.3" [dependencies.image] version = "0.23.9" features = ["png", "jpeg"] [dependencies.lazy_static] version = "^1.4" [dependencies.resvg] version = "0.12" [dependencies.svgtypes] version = "0.5" [dependencies.temp_file_name] version = "0.1.0" [dependencies.time] version = "0.1" [dependencies.usvg] version = "0.12"