# 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-codename" version = "0.0.1" authors = ["smallkirby"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "mdbook-codename is a preprocessor for mdBook that displays the filename of your codeblocks." readme = "README.md" keywords = [ "mdbook", "markdown", "preprocessor", "codeblock", "filename", ] license = "MIT" repository = "https://github.com/smallkirby/mdbook-codename" [lib] name = "mdbook_codename" path = "src/lib.rs" [[bin]] name = "mdbook-codename" path = "src/main.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.mdbook] version = "0.4.40" [dependencies.once_cell] version = "1.20.2" [dependencies.rust-embed] version = "8.5.0" [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.213" features = ["serde_derive"] [dependencies.serde_json] version = "1.0.132"