# 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 = "libime-history-merge" version = "0.3.0" authors = ["Gaoyang Zhang "] description = "Merge fcitx5 histories from multiple machines" readme = "README.md" keywords = [ "fcitx5", "libime", "history", "edit", "merge", ] categories = ["command-line-utilities"] license = "LGPL-2.1-or-later" repository = "https://github.com/blurgyy/libime-history-merge" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [dependencies.edit] version = "0.1.4" [dependencies.libc] version = "0.2.139" [dependencies.log] version = "0.4.17" [dependencies.pager] version = "0.16.1" [dependencies.pretty_env_logger] version = "0.4.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.structopt] version = "0.3.26" [dev-dependencies.pretty_assertions] version = "1.3.0"