# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "mn" version = "0.2.1" authors = ["Daniel Sockwell "] description = "The CLI app for remembering those little things that slip your mind" homepage = "https://github.com/codesections/mnemonic" readme = "./README.md" keywords = ["CLI", "notes", "productivity", "minimalist", "syntax-highlighting"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/codesections/mnemonic" [dependencies.clap] version = "2.32.0" [dependencies.colored] version = "1.7.0" [dependencies.directories] version = "1.0.2" [dependencies.man] version = "0.3.0" [dependencies.open] version = "1.2.2" [dependencies.prettyprint] version = "0.3.0"