# 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 = "epub-builder" version = "0.8.0-alpha" authors = ["Elisabeth Henry "] description = "A Rust library for generating EPUB files" documentation = "https://docs.rs/epub-builder" readme = "README.md" keywords = ["epub"] license = "MPL-2.0" repository = "https://github.com/lise-henry/epub-builder/" [lib] name = "epub_builder" path = "src/lib.rs" [[example]] name = "builder" [[example]] name = "procedural" [dependencies.chrono] version = "0.4" features = [ "clock", "std", "wasmbind", ] default-features = false [dependencies.html-escape] version = "0.2" [dependencies.libzip] version = "2.1" features = ["deflate"] optional = true default-features = false package = "zip" [dependencies.log] version = "0.4" [dependencies.once_cell] version = "1" [dependencies.tempfile] version = "3" optional = true [dependencies.thiserror] version = "1.0" [dependencies.upon] version = "0.8" [dependencies.uuid] version = "1" features = ["v4"] [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.pretty_assertions] version = "1" [features] default = [ "zip-command", "zip-library", ] zip-command = ["tempfile"] zip-library = [ "libzip", "libzip/time", ]