[go: up one dir, main page]

File: Cargo.toml

package info (click to toggle)
rust-cargo-util 0.2.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 176 kB
  • sloc: makefile: 4
file content (67 lines) | stat: -rw-r--r-- 1,496 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
# 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 = "cargo-util"
version = "0.2.2"
description = "Miscellaneous support code used by Cargo."
homepage = "https://github.com/rust-lang/cargo"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-lang/cargo"
resolver = "1"

[dependencies.anyhow]
version = "1.0.34"

[dependencies.crypto-hash]
version = "0.3.1"

[dependencies.filetime]
version = "0.2.9"

[dependencies.hex]
version = "0.4.2"

[dependencies.jobserver]
version = "0.1.21"

[dependencies.libc]
version = "0.2.88"

[dependencies.log]
version = "0.4.6"

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

[dependencies.shell-escape]
version = "0.1.4"

[dependencies.tempfile]
version = "3.1.0"

[dependencies.walkdir]
version = "2.3.1"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.0"
features = ["mac_os_10_7_support"]

[target."cfg(windows)".dependencies.miow]
version = "0.3.6"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "consoleapi",
    "minwindef",
]