# 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] edition = "2018" name = "deadwiki" version = "0.1.27" authors = ["chris west "] exclude = ["wiki/*"] description = "dead simple personal wiki" readme = "README.md" keywords = ["wiki", "markdown", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/xvxx/deadwiki" [package.metadata.release] dev-version-ext = "dev" [[package.metadata.release.pre-release-replacements]] file = "CHANGELOG.md" replace = "{{version}}" search = "\\d+\\.\\d+\\.\\d+-dev" [[bin]] name = "dead" path = "src/main.rs" [dependencies.hatter] version = "0.1.4" [dependencies.linkify] version = "0.4.0" [dependencies.pulldown-cmark] version = "0.7" default-features = false [dependencies.vial] version = "0.1.8" features = ["cookies"] [build-dependencies.vial] version = "0.1.8" [features] default = []