# 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 = "dash2html" version = "1.1.0" authors = ["Wesley Moore "] include = ["src/*.rs", "Cargo.toml"] description = "Tool to generate a HTML page of Dash snippets so they can shared." documentation = "https://github.com/wezm/dash2html" readme = "README.md" license = "MIT" repository = "https://github.com/wezm/dash2html" [dependencies.regex] version = "0.1.43" [dependencies.rusqlite] version = "0.6.0"