File: Cargo.toml

package info (click to toggle)
rust-sd 1.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 312 kB
  • sloc: sh: 51; makefile: 8
file content (94 lines) | stat: -rw-r--r-- 1,826 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
# 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"
rust-version = "1.70.0"
name = "sd"
version = "1.0.0"
authors = ["Gregory <gregory.mkv@gmail.com>"]
description = "An intuitive find & replace CLI"
homepage = "https://github.com/chmln/sd"
readme = "README.md"
keywords = [
    "sed",
    "find",
    "replace",
    "regex",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/chmln/sd.git"

[profile.release]
opt-level = 3
lto = true
strip = true

[dependencies.nu-ansi-term]
version = "0.50"

[dependencies.clap]
version = "4.4.6"
features = [
    "derive",
    "deprecated",
    "wrap_help",
]

[dependencies.is-terminal]
version = "0.4.9"

[dependencies.memmap2]
version = "0.9.0"

[dependencies.rayon]
version = "1.8.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.tempfile]
version = "3.8.0"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.unescape]
version = "0.1.0"

#[dev-dependencies.ansi-to-html]
#version = "0.1.3"

[dev-dependencies.anyhow]
version = "1.0.75"

[dev-dependencies.assert_cmd]
version = "2.0.12"

[dev-dependencies.clap_mangen]
version = "0.2.14"

[dev-dependencies.console]
version = "0.15.7"

[dev-dependencies.insta]
version = "1.34.0"

[dev-dependencies.proptest]
version = "1.3.1"

[dev-dependencies.regex-automata]
version = "0.4.3"