# 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-chess" version = "0.2.2" description = "An mdbook preprocessing plugin to generate chess boards" homepage = "https://github.com/xd009642/mdbook-chess" documentation = "https://docs.rs/mdbook-chess" readme = "README.md" keywords = [ "chess", "mdbook", "markdown", ] license = "MIT/Apache-2.0" repository = "https://github.com/xd009642/mdbook-chess" [dependencies.chess] version = "3.2.0" [dependencies.clap] version = "3.2.16" [dependencies.mdbook] version = "0.4.21" [dependencies.pulldown-cmark] version = "0.9.2" [dependencies.pulldown-cmark-to-cmark] version = "10.0.2" [dependencies.semver] version = "1.0.13" [dependencies.serde] version = "1.0.142" features = ["derive"] [dependencies.serde_json] version = "1.0.83" [dependencies.serde_yaml] version = "0.9.4" [dependencies.tracing] version = "0.1.36" features = ["std"] default-features = false [dependencies.tracing-subscriber] version = "0.3.15" features = [ "env-filter", "smallvec", "fmt", "ansi", "std", ] default-features = false