[dependencies.bitflags]
version = "1.3.2"
[dependencies.document-features]
optional = true
version = "0.2.1"
[dependencies.serde]
default-features = false
features = ["std", "derive"]
optional = true
version = "1.0.114"
[dev-dependencies.tempfile]
version = "3.3.0"
[features]
serde1 = ["serde"]
[lib]
doctest = false
[package]
authors = ["Sebastian Thiel <sebastian.thiel@icloud.com>"]
description = "A WIP crate of the gitoxide project providing a shared trust model"
edition = "2018"
include = ["src/**/*", "CHANGELOG.md"]
license = "MIT/Apache-2.0"
name = "git-sec"
repository = "https://github.com/Byron/gitoxide"
resolver = "2"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
features = ["document-features"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(not(windows))".dependencies.libc]
version = "0.2.123"
[target."cfg(windows)".dependencies.dirs]
version = "4"
[target."cfg(windows)".dependencies.git-path]
version = "^0.5.0"
[target."cfg(windows)".dependencies.windows]
features = ["alloc", "Win32_Foundation", "Win32_Security_Authorization", "Win32_Storage_FileSystem", "Win32_System_Memory", "Win32_System_Threading"]
version = "0.37.0"