# 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 = "jdexmd" version = "0.1.4" authors = ["Grayson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool to generate a Johnny Decimal system for Obsidian and your Documents folder." readme = "README.md" keywords = [ "obsidian", "johnny-decimal", "jdex", "documents", "system", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/graysonarts/jdexmd" [[bin]] name = "jdexmd" path = "src/main.rs" [dependencies.cargo-husky] version = "1.5.0" features = [ "precommit-hook", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt", ] [dependencies.clap] version = "4.5.18" features = [ "derive", "env", ] [dependencies.color-eyre] version = "0.6.3" features = [ "issue-url", "url", ] [dependencies.expanduser] version = "1.2.2" [dependencies.handlebars] version = "6.1.0" features = ["string_helpers"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.toml] version = "0.8.19"