[package] name = "mdtoc" version = "0.2.1" authors = ["Jack "] edition = "2018" description = "generate table of contents for markdown" repository = "https://github.com/jchoi5me/mdtoc" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.2" regex = "1"