File: Cargo.toml

package info (click to toggle)
rust-diffutils 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: sh: 122; makefile: 8
file content (58 lines) | stat: -rw-r--r-- 1,244 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
# 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 = "diffutils"
version = "0.4.2"
description = "A CLI app for generating diff files"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/uutils/diffutils"

[profile.dist]
lto = "thin"
inherits = "release"

[lib]
name = "diffutilslib"
path = "src/lib.rs"

[[bin]]
name = "diffutils"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.diff]
version = "0.1"

[dependencies.regex]
version = "1.10"

[dependencies.same-file]
version = "1.0.6"

[dependencies.unicode-width]
version = "0.1.12"

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

[dev-dependencies.predicates]
version = "3.1.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"

[dev-dependencies.tempfile]
version = "3.10.1"