# 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 = "amber" version = "0.6.0" authors = ["dalance@gmail.com"] description = "A code search and replace tool" readme = "README.md" keywords = [ "search", "replace", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/dalance/amber" [package.metadata.release] post-release-commit-message = "Start next development iteration v{{version}}" pre-release-commit-message = "Prepare to v{{version}}" tag-message = "Bump version to {{version}}" tag-prefix = "" [profile.dev] opt-level = 0 lto = false codegen-units = 1 debug = 2 debug-assertions = true rpath = false [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 0 debug-assertions = false rpath = false [profile.test] opt-level = 3 lto = false codegen-units = 1 debug = 0 debug-assertions = false rpath = false [[bin]] name = "ambr" path = "src/ambr.rs" [[bin]] name = "ambs" path = "src/ambs.rs" [dependencies.crossbeam] version = "0.8" [dependencies.ctrlc] version = "3" [dependencies.directories] version = "5.0.1" [dependencies.filetime] version = "0.2" [dependencies.getch] version = "0.3" [dependencies.glob] version = "0.3" [dependencies.lazy_static] version = "1" [dependencies.memmap] version = "0.7" [dependencies.num_cpus] version = "1" [dependencies.rand] version = "0.8" [dependencies.regex] version = "1" [dependencies.rlibc] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.structopt] version = "0.3" [dependencies.tempfile] version = "3" [dependencies.term] version = "0.7" [dependencies.time] version = "0.3" [dependencies.toml] version = "0.8" [dependencies.unicode-width] version = "0.1" [features] sse = [] statistics = [] [target."cfg(not(target_os = \"windows\"))".dependencies.termios] version = "0.3" [badges.appveyor] branch = "master" repository = "dalance/amber" service = "github" [badges.codecov] branch = "master" repository = "dalance/amber" service = "github" [badges.travis-ci] repository = "dalance/amber"