# 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_epub" version = "0.1.1" authors = ["Tom McLean "] description = "Produce epub books" license = "MIT OR Apache-2.0" repository = "https://github.com/fizzbucket/bookbinder" [dependencies.base64] version = "0.12.3" [dependencies.bookbinder_ast] version = "0.1.0" [dependencies.bookbinder_common] version = "0.1.1" [dependencies.epub_bundler] version = "0.1.1" [dependencies.extended_pulldown] version = "0.1.0" [dependencies.fontdb] version = "0.3" [dependencies.image] version = "0.23.9" features = ["png", "jpeg"] [dependencies.lazy_static] version = "^1.4" [dependencies.paragraph-breaker] version = "0.4.3" [dependencies.resvg] version = "0.12" [dependencies.rustybuzz] version = "0.3" [dependencies.svgtypes] version = "0.5" [dependencies.temp_file_name] version = "0.1.0" [dependencies.ttf-parser] version = "^0.8" [dependencies.usvg] version = "0.12" [dependencies.uuid] version = "0.8.1" features = ["v4"] [build-dependencies.proc-macro2] version = "1.0" [build-dependencies.quote] version = "1.0" [build-dependencies.serde] version = "1.0" features = ["derive"] [build-dependencies.toml] version = "0.5.7"