# 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 = "mdquery" version = "0.2.0" authors = ["Gerald Nash (https://hivoltage.xyz)"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert a Markdown file AST to a SQLite database." homepage = "https://hivoltage.xyz/Essays/Markdown-as-Data" documentation = "https://hivoltage.xyz/Essays/Markdown-as-Data" readme = "README.md" license = "MIT" [[bin]] name = "mdquery" path = "src/main.rs" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.markdown] version = "1.0.0-alpha.21" features = ["serde"] [dependencies.rusqlite] version = "0.32.1" [dependencies.serde_json] version = "1.0.132"