[package] name = "quake_core" version = "0.5.0" edition = "2018" authors = ["Phodal HUANG "] description = """ Simple knowledge management tool for geek. """ documentation = "https://github.com/phodal/quake" repository = "https://github.com/phodal/quake" readme = "README.md" license = "MIT" exclude = ["_fixtures/*"] autoexamples = true keywords = ["knowledge", "dashboard"] [dependencies] serde = { version = "1.0", features = ["derive"] } serde_derive = "1.0" serde_yaml = "0.8" serde_json = "1.0" pest = "2.1.3" pest_derive = "2.1.0" regex = "1.0" lazy_static = "1.4.0" # date time chrono = "0.4" # hashmap in order indexmap = { version = "1.7.0", features = ["serde"] } # markdown parser pulldown-cmark = "0.8.0" pulldown-cmark-to-cmark = "7.1.1" # walkdir walkdir = "2" csv = "1.1" # jsonify json = "0.12.4"