# 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 = "aba" version = "0.8.0" authors = ["Gustavo Coutinho de Souza "] description = "An address book for aerc" homepage = "https://sr.ht/~onemoresuza/aba" readme = "README.md" keywords = [ "cli", "address-book", "aerc", ] categories = ["command-line-utilities"] license = "ISC" repository = "https://git.sr.ht/~onemoresuza/aba" [profile.release] lto = true strip = true [dependencies.clap] version = "4.4.9" features = ["derive"] [dependencies.dirs] version = "5.0.1" [dependencies.indexmap] version = "2.1.0" features = ["serde"] [dependencies.mailparse] version = "0.14.0" [dependencies.regex] version = "1.10.2" [dependencies.rust-fuzzy-search] version = "0.1.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.thiserror] version = "1.0.50" [dependencies.toml] version = "0.8.8" features = ["preserve_order"]