# 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 = "diary-cli" version = "1.3.5" authors = ["kalscium "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A powerful cli for documenting and keeping a diary." readme = "README.md" license = "GPL-3.0" repository = "https://github.com/kalscium/diary-cli" [lib] name = "diary_cli" path = "src/lib.rs" [[bin]] name = "diary-cli" path = "src/main.rs" [[test]] name = "entry" path = "tests/entry.rs" [[test]] name = "isol" path = "tests/isol.rs" [[test]] name = "list" path = "tests/list.rs" [[test]] name = "section" path = "tests/section.rs" [[test]] name = "sort" path = "tests/sort.rs" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.4.3" features = ["derive"] [dependencies.lazy-db] version = "1.5.3" [dependencies.soulog] version = "1.2.0" [dependencies.toml] version = "0.8.0"