# 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 = "mdbookshelf" version = "0.1.2" authors = ["Ramses Ladlani "] description = "Create epubs from a list of mdbook repositories" documentation = "https://docs.rs/mdbookshelf/" readme = "README.md" keywords = ["epub", "ebook", "mdbook", "rustbook"] license = "MIT" repository = "https://github.com/rams3s/mdbookshelf" [dependencies.chrono] version = "0.4.6" [dependencies.clap] version = "2.32.0" [dependencies.color-backtrace] version = "0.1.3" [dependencies.env_logger] version = "0.6.1" [dependencies.error-chain] version = "0.12.0" [dependencies.failure] version = "0.1.5" [dependencies.git2] version = "0.6.11" [dependencies.log] version = "0.4.6" [dependencies.mdbook] version = "0.3.5" [dependencies.mdbook-epub] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.39" [dependencies.tera] version = "0.11" [dependencies.toml] version = "0.5.0" [dependencies.url] version = "1.7.2" [dependencies.walkdir] version = "2.2.7"