# 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 = "mdbook-gabc" version = "0.0.1" authors = ["Joseph Leano "] description = "mdbook preprocessor to add gabc support" homepage = "https://github.com/jleano/mdbook-gabc" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/jleano/mdbook-gabc" [dependencies.clap] version = "4.0.29" features = ["cargo"] [dependencies.env_logger] version = "0.10.0" [dependencies.log] version = "0.4.11" [dependencies.mdbook] version = "0.4.21" default-features = false [dependencies.pulldown-cmark] version = "0.9.0" default-features = false [dependencies.serde_json] version = "1.0.57" [dependencies.toml_edit] version = "0.15.0" default-features = false [dev-dependencies.assert_cmd] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tempfile] version = "3.3.0"