[package] authors = ["The Rust Project Developers"] name = "rustbook" version = "0.1.0" license = "MIT OR Apache-2.0" edition = "2018" [features] linkcheck = ["mdbook-linkcheck"] [dependencies] clap = "2.25.0" failure = "0.1" mdbook-linkcheck = { version = "0.3.0", optional = true } [dependencies.mdbook] version = "0.3.0" default-features = false features = ["search"]