[package] name = "mdbook-readme" description = "Preprocessor for converting file name `README.md` to `index.md`, and fix corresponding links." version = "0.0.4" authors = [ "Victor Freire ", "Leo Silva Souza ", "Knut Magnus Aasrud ", "Xiangru Lian ", ] edition = "2018" license = "MIT" readme = "README.md" include = [ "**/*.rs", "Cargo.toml", ] [dependencies] lazy-regex = "2.2.1" mdbook = "0.4.12" regex = "1.5.4" log = "0.4.14"