# 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 = "wetware" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool to manage personal, networked thoughts and facts about subjects and topics." homepage = "https://github.com/petr-muller/wetware" documentation = "https://github.com/petr-muller/wetware" readme = "README.md" keywords = ["notes"] license = "Apache-2.0" repository = "https://github.com/petr-muller/wetware" [[bin]] name = "wet" path = "src/main.rs" [[test]] name = "integration_cli" path = "tests/integration_cli.rs" [[test]] name = "integration_cli_add" path = "tests/integration_cli_add.rs" [[test]] name = "integration_cli_edit" path = "tests/integration_cli_edit.rs" [[test]] name = "integration_cli_entities" path = "tests/integration_cli_entities.rs" [[test]] name = "integration_cli_thoughts" path = "tests/integration_cli_thoughts.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = [ "derive", "env", ] [dependencies.crossterm] version = "0.28.1" [dependencies.indexmap] version = "2.6.0" [dependencies.interim] version = "0.1.2" features = ["chrono"] [dependencies.lazy_static] version = "1.5.0" [dependencies.ratatui] version = "0.29.0" [dependencies.regex] version = "1.11.1" [dependencies.rusqlite] version = "0.32.1" features = [ "bundled", "chrono", ] [dev-dependencies.assert_cmd] version = "2.0.16" [dev-dependencies.assert_fs] version = "1.1.2" [dev-dependencies.predicates] version = "3.1.2" [dev-dependencies.pretty_assertions] version = "1.4.1"