# 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 = "adrs" version = "0.2.9" authors = ["josh rotenberg "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Architectural Decision Record command line tool" homepage = "https://github.com/joshrotenberg/adrs" documentation = "https://github.com/joshrotenberg/adrs" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/joshrotenberg/adrs.git" [[bin]] name = "adrs" path = "src/main.rs" [[test]] name = "test_adr_tools" path = "tests/test_adr_tools.rs" [[test]] name = "test_config" path = "tests/test_config.rs" [[test]] name = "test_edit" path = "tests/test_edit.rs" [[test]] name = "test_generate" path = "tests/test_generate.rs" [[test]] name = "test_init" path = "tests/test_init.rs" [[test]] name = "test_link" path = "tests/test_link.rs" [[test]] name = "test_list" path = "tests/test_list.rs" [[test]] name = "test_new" path = "tests/test_new.rs" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.edit] version = "0.1.5" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.pulldown-cmark] version = "0.9" [dependencies.pulldown-cmark-to-cmark] version = "11.2.0" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.time] version = "0.3.36" features = [ "local-offset", "formatting", "macros", ] [dependencies.tinytemplate] version = "1.1" [dependencies.walkdir] version = "2.4.0" [dependencies.whoami] version = "1.5.1" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.assert_fs] version = "1.1.1" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.serial_test] version = "3.0.0"