amber 0.4.1

A code search and replace tool
Documentation
# 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]
name = "amber"
version = "0.4.1"
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]
dev-version-ext = "pre"
pre-release-commit-message = "Prepare to v{{version}}"
pro-release-commit-message = "Start next development iteration v{{version}}"
tag-message = "Bump version to {{version}}"
tag-prefix = "v"
[profile.test]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false

[profile.dev]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false

[profile.release]
opt-level = 3
lto = false
codegen-units = 1
debug = false
debug-assertions = false
rpath = false

[[bin]]
name = "ambr"
path = "src/ambr.rs"

[[bin]]
name = "ambs"
path = "src/ambs.rs"
[dependencies.crossbeam-channel]
version = "0.1.2"

[dependencies.ctrlc]
version = "3.1.0"

[dependencies.glob]
version = "0.2.11"

[dependencies.lazy_static]
version = "1.0.0"

[dependencies.memmap]
version = "0.6.2"

[dependencies.num_cpus]
version = "1.8.0"

[dependencies.rand]
version = "0.4.2"

[dependencies.regex]
version = "1.0.0"

[dependencies.rlibc]
version = "1.0.0"

[dependencies.rustc-serialize]
version = "0.3.24"

[dependencies.scoped_threadpool]
version = "0.1.9"

[dependencies.structopt]
version = "0.2.8"

[dependencies.tempfile]
version = "3.0.2"

[dependencies.term]
version = "0.5.1"

[dependencies.time]
version = "0.1.40"

[features]
sse = []
statistics = []
[badges.appveyor]
branch = "master"
repository = "dalance/amber"
service = "github"

[badges.codecov]
branch = "master"
repository = "dalance/amber"
service = "github"

[badges.travis-ci]
repository = "dalance/amber"