# 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 = "nodl" version = "0.2.1" authors = ["Jack Hanslope"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool for building a directed graph of links between notes" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/jackhanslope/nodl" [lib] name = "nodl" path = "src/lib.rs" [[bin]] name = "nodl" path = "src/main.rs" [[test]] name = "integration_test" path = "tests/integration_test.rs" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.gray_matter] version = "0.2.8" [dependencies.pest] version = "2.7.14" [dependencies.pest_derive] version = "2.7.14" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128"