# 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 = "mdbook-bash-tutorial" version = "0.1.6" authors = ["Francesco Ilario "] exclude = [ "./github/**", "data", ] description = "A mdbook preprocessor that allows embedding Bash scripts as tutorials" readme = "README.md" keywords = [ "mdbook", "markdown", "preprocessor", "bash", "tutorial", ] license = "MIT OR Apache-2.0" repository = "https://github.com/filariow/mdbook-bash-tutorial" [lib] name = "mdbash_tutorial" path = "src/lib.rs" [[bin]] name = "mdbook-bash-tutorial" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.clap] version = "4.3.4" [dependencies.env_logger] version = "0.10.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.19" [dependencies.mdbook] version = "0.4.30" [dependencies.regex] version = "1.8.4" [dependencies.semver] version = "1.0.17" [dependencies.serde_json] version = "1.0.97"