# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "waltz" version = "0.4.1" authors = ["Pascal Hertleif "] include = ["src/**/*", "Cargo.toml"] description = "Extract code blocks from Markdown and save them as files." documentation = "https://docs.rs/waltz" readme = "../Readme.md" keywords = ["markdown", "documentation", "testing"] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/killercup/waltz" [dependencies.failure] version = "0.1.2" [dependencies.lazy_static] version = "1.0.0" [dependencies.log] version = "0.4" [dependencies.pulldown-cmark] version = "0.1" [dependencies.regex] version = "1" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.unindent] version = "0.1" [badges.travis-ci] repository = "killercup/waltz"