# 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] edition = "2021" name = "docket" version = "0.7.1" authors = ["Will Speak "] exclude = [ "/docs/*", "/.vscode/*", ] description = "Simple markdown to HTML documentation rendering" homepage = "https://iwillspeak.github.io/docket" documentation = "https://docs.rs/crate/docket/latest" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/iwillspeak/docket" [dependencies.docopt] version = "1.1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.notify] version = "4.0" optional = true [dependencies.once_cell] version = "1.13" optional = true [dependencies.pulldown-cmark] version = "0.9" default_features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.syntect] version = "5.0" optional = true [features] default = [ "watch", "syntect-hl", ] syntect-hl = [ "once_cell", "syntect", ] watch = ["notify"]