# 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" rust-version = "1.82" name = "mdbook_rash" version = "2.9.0" authors = ["Pando85 "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Binary to create doc from `rash` code" homepage = "https://rash-sh.github.io" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/rash-sh/rash" [lib] name = "mdbook_rash" path = "src/lib.rs" [[bin]] name = "mdbook-rash" path = "src/bin/mdbook-rash.rs" doc = false [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5" [dependencies.env_logger] version = "0.11.3" [dependencies.log] version = "0.4.21" [dependencies.mdbook] version = "0.4.37" default-features = false [dependencies.prettytable-rs] version = "^0.10" [dependencies.rash_core] version = "2.9.0" features = ["docs"] [dependencies.regex] version = "1.10" [dependencies.schemars] version = "0.8" [dependencies.semver] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9"