# 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 = "mdzk" version = "0.5.2" authors = ["Knut Magnus Aasrud ", "Victor Freire ", "Leo Silva Souza ", "Xiangru Lian "] include = ["Cargo.toml", "**/*.rs", "**/*.hbs", "**/*.pest", "**/*.js", "**/*.css", "**/*.ttf", "**/*.woff", "**/*.woff2", "**/*.svg", "**/*.png"] description = "Plain text Zettelkasten based on mdBook" homepage = "https://github.com/mdzk-rs/mdzk" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mdzk-rs/mdzk" resolver = "2" [dependencies.ammonia] version = "3.1.4" [dependencies.anyhow] version = "1.0.55" [dependencies.chrono] version = "0.4.19" [dependencies.elasticlunr-rs] version = "2.3.14" default-features = false [dependencies.futures-util] version = "0.3.21" [dependencies.gray_matter] version = "0.2.1" [dependencies.handlebars] version = "4.2.1" [dependencies.ignore] version = "0.4.18" [dependencies.lazy-regex] version = "2.2.2" [dependencies.lazy_static] version = "1.4.0" [dependencies.mdbook] version = "0.4.15" default-features = false [dependencies.notify] version = "4.0.17" [dependencies.pest] version = "2.1.3" [dependencies.pest_derive] version = "2.1.0" [dependencies.pulldown-cmark] version = "0.9.1" features = ["simd"] default-features = false [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.79" [dependencies.structopt] version = "0.3.26" [dependencies.tokio] version = "1.17.0" features = ["macros", "rt-multi-thread"] default-features = false [dependencies.toml] version = "0.5.8" [dependencies.warp] version = "0.3.2" features = ["websocket"] default-features = false