# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "tango" version = "0.8.3" authors = ["Felix S. Klock II "] description = "Markdown-based Literate programming in Rust, integrated with Cargo." documentation = "https://github.com/pnkfelix/tango-demo/blob/master/README.md" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/pnkfelix/tango" [[test]] name = "runner" [dependencies.filetime] version = "0.1" [dependencies.url] version = "1.4" [dependencies.walkdir] version = "1.0" [dev-dependencies.tempdir] version = "0.3"