# 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 = "2018" name = "book-summary" version = "0.2.1" authors = ["Vogt, Dimitrij "] description = "Create automatically a summary file for gitbook/mdbook" homepage = "https://github.com/dvogt23/book-summary" documentation = "https://github.com/dvogt23/book-summary" readme = "README.md" keywords = [ "gitbook", "mdbook", "summary", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/dvogt23/book-summary" [profile.dev] opt-level = 0 debug = true [profile.release] opt-level = 3 debug = false [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.1" [dependencies.titlecase] version = "2.2.1" [dependencies.toml] version = "0.5" [dependencies.walkdir] version = "2"