mdbook-rust 0.1.3

Enhanced Rust support for MDBook
Documentation
# 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-rust"
version = "0.1.3"
authors = ["Simon Bourne <simonbourne@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enhanced Rust support for MDBook"
homepage = "https://github.com/simon-bourne/mdbook-rust"
readme = "README.md"
keywords = [
    "mdbook",
    "rustbook",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/simon-bourne/mdbook-rust"

[lib]
name = "mdbook_rust"
path = "src/lib.rs"

[[bin]]
name = "mdbook-rust"
path = "src/main.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[dependencies.anyhow]
version = "1.0.75"

[dependencies.indoc]
version = "2.0.4"

[dependencies.itertools]
version = "0.12.0"

[dependencies.mdbook]
version = "0.4.36"

[dependencies.ra_ap_syntax]
version = "0.0.319"

[dependencies.semver]
version = "1.0.20"

[dependencies.serde_json]
version = "1.0.108"