# 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 = "2018" name = "hmmcli" version = "0.6.0" authors = ["Sam Rose "] include = [ "Cargo.toml", "LICENSE", "README.md", "**/*.rs", ] description = "A small command-line note-taking app" readme = "README.md" keywords = [ "notes", "cli", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/samwho/hmm" [profile.release] opt-level = 3 lto = true codegen-units = 1 [[bin]] name = "hmm" path = "src/bin/hmm.rs" [[bin]] name = "hmmq" path = "src/bin/hmmq.rs" [[bin]] name = "hmmdg" path = "src/bin/hmmdg.rs" [[bin]] name = "hmmp" path = "src/bin/hmmp.rs" [dependencies.chrono] version = "0.4" features = [ "clock", "std", ] default-features = false [dependencies.colored] version = "2.0" [dependencies.csv] version = "1.2" [dependencies.dirs] version = "5.0" [dependencies.fs2] version = "0.4" [dependencies.handlebars] version = "4.3" [dependencies.human-panic] version = "1" [dependencies.indicatif] version = "0.17" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1" [dependencies.lipsum] version = "0.9" [dependencies.quick-csv] version = "0.1" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.shellwords] version = "1" [dependencies.structopt] version = "0.3" default-features = false [dependencies.tempfile] version = "3.1" [dependencies.termimad] version = "0.23" [dependencies.textwrap] version = "0.16" features = [ "terminal_size", "smawk", ] [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.escargot] version = "0.5" [dev-dependencies.test-case] version = "3.1" [badges.maintenance] status = "actively-developed"