]> git.proxmox.com Git - rustc.git/blame - vendor/gix-diff/Cargo.toml
New upstream version 1.74.1+dfsg1
[rustc.git] / vendor / gix-diff / Cargo.toml
CommitLineData
0a29b90c
FG
1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
781aab86 14rust-version = "1.65"
0a29b90c 15name = "gix-diff"
781aab86 16version = "0.36.0"
0a29b90c 17authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
fe692bf9
FG
18include = [
19 "src/**/*",
20 "LICENSE-*",
21 "CHANGELOG.md",
22]
0a29b90c
FG
23autotests = false
24description = "Calculate differences between various git objects"
781aab86 25license = "MIT OR Apache-2.0"
0a29b90c
FG
26repository = "https://github.com/Byron/gitoxide"
27
781aab86
FG
28[package.metadata.docs.rs]
29all-features = true
30features = ["document-features"]
31rustdoc-args = [
32 "--cfg",
33 "docsrs",
34]
35
0a29b90c
FG
36[lib]
37doctest = false
38
781aab86
FG
39[dependencies.document-features]
40version = "0.2.0"
41optional = true
42
0a29b90c
FG
43[dependencies.getrandom]
44version = "0.2.8"
45features = ["js"]
46optional = true
47default-features = false
48
49[dependencies.gix-hash]
781aab86 50version = "^0.13.0"
0a29b90c
FG
51
52[dependencies.gix-object]
781aab86 53version = "^0.37.0"
0a29b90c
FG
54
55[dependencies.imara-diff]
56version = "0.1.3"
781aab86 57optional = true
0a29b90c
FG
58
59[dependencies.serde]
60version = "1.0.114"
61features = ["derive"]
62optional = true
63default-features = false
64
65[dependencies.thiserror]
66version = "1.0.32"
67
68[features]
781aab86
FG
69blob = ["dep:imara-diff"]
70default = ["blob"]
49aad941
FG
71serde = [
72 "dep:serde",
73 "gix-hash/serde",
74 "gix-object/serde",
0a29b90c
FG
75]
76wasm = ["dep:getrandom"]