# 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_cli" version = "0.1.4" authors = ["Pascal Hertleif "] include = ["src/**/*", "Cargo.toml"] description = "Extract code blocks from Markdown and save them as files." documentation = "https://github.com/killercup/waltz" readme = "../Readme.md" keywords = ["markdown", "documentation", "testing"] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/killercup/waltz" [[bin]] name = "waltz" path = "src/main.rs" [dependencies.pulldown-cmark] version = "0.1" [dependencies.quicli] version = "0.3" [dependencies.structopt] version = "0.2" [dependencies.waltz] version = "0.4.0" [dev-dependencies.assert_cli] version = "0.4" [dev-dependencies.difference] version = "1.0" [dev-dependencies.tempdir] version = "0.3" [dev-dependencies.unindent] version = "0.1" [badges.travis-ci] repository = "killercup/waltz"