[package] name = "mv-docgen" version = "0.3.2" description = "Move documentation generator" authors = ["Diem Association "] edition = "2021" license = "Apache-2.0" [lib] name = "move_docgen" [dependencies] # diem dependencies mv-compiler = { version = "0.3.0", path = "../../move-compiler" } mv-model = { version = "0.3.0", path = "../../move-model" } # external dependencies codespan = "0.11.1" codespan-reporting = "0.11.1" itertools = "0.10.0" log = "0.4.14" num = "0.4.0" regex = "1.5.5" anyhow = "1.0.52" serde = { version = "1.0.124", features = ["derive"] } once_cell = "1.7.2" [dev-dependencies] mv-prover = { version = "0.3.0", path = ".." } datatest-stable = "0.1.1" tempfile = "3.2.0" move-prover-test-utils = { version = "0.3.0", path = "../test-utils" } [[test]] name = "testsuite" harness = false