# 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 = "eureka" version = "2.0.1" authors = ["Simon Egersand "] exclude = ["assets/*", "tests/*", "scripts/*"] description = "CLI tool to input and store your ideas without leaving the terminal" homepage = "https://github.com/simeg/eureka" documentation = "https://github.com/simeg/eureka/blob/master/README.md" readme = "README.md" keywords = ["cli", "terminal", "productivity", "git", "ideas"] categories = ["command-line-interface", "command-line-utilities"] license = "MIT" repository = "https://github.com/simeg/eureka" resolver = "2" [profile.release] lto = true strip = true [dependencies.clap] version = "3.1.8" features = ["std", "cargo"] default-features = false [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.14.2" features = ["default"] [dependencies.log] version = "0.4.16" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.136" features = ["derive"] default-features = false [dependencies.serde_json] version = "1.0.79" [dependencies.termcolor] version = "1.1.3" [dependencies.which] version = "4.2.5" [dev-dependencies.tempfile] version = "3.3.0"