| # 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.65" |
| name = "gix-config" |
| version = "0.38.0" |
| authors = ["Edward Shen <[email protected]>"] |
| build = false |
| include = [ |
| "src/**/*", |
| "LICENSE-*", |
| "README.md", |
| ] |
| autobins = false |
| autoexamples = false |
| autotests = false |
| autobenches = false |
| description = "A git-config file parser and editor from the gitoxide project" |
| readme = "README.md" |
| keywords = [ |
| "git-config", |
| "git", |
| "config", |
| "gitoxide", |
| ] |
| categories = [ |
| "config", |
| "parser-implementations", |
| ] |
| license = "MIT OR Apache-2.0" |
| repository = "https://github.com/Byron/gitoxide" |
| |
| [package.metadata.docs.rs] |
| all-features = true |
| features = ["document-features"] |
| |
| [lib] |
| name = "gix_config" |
| path = "src/lib.rs" |
| |
| [dependencies.bstr] |
| version = "1.3.0" |
| features = ["std"] |
| default-features = false |
| |
| [dependencies.document-features] |
| version = "0.2.0" |
| optional = true |
| |
| [dependencies.gix-config-value] |
| version = "^0.14.7" |
| |
| [dependencies.gix-features] |
| version = "^0.38.2" |
| |
| [dependencies.gix-glob] |
| version = "^0.16.4" |
| |
| [dependencies.gix-path] |
| version = "^0.10.9" |
| |
| [dependencies.gix-ref] |
| version = "^0.45.0" |
| |
| [dependencies.gix-sec] |
| version = "^0.10.7" |
| |
| [dependencies.memchr] |
| version = "2" |
| |
| [dependencies.once_cell] |
| version = "1.14.0" |
| |
| [dependencies.serde] |
| version = "1.0.114" |
| features = ["derive"] |
| optional = true |
| default-features = false |
| |
| [dependencies.smallvec] |
| version = "1.9.0" |
| |
| [dependencies.thiserror] |
| version = "1.0.26" |
| |
| [dependencies.unicode-bom] |
| version = "2.0.2" |
| |
| [dependencies.winnow] |
| version = "0.6.0" |
| features = ["simd"] |
| |
| [dev-dependencies.criterion] |
| version = "0.5.1" |
| |
| [features] |
| serde = [ |
| "dep:serde", |
| "bstr/serde", |
| "gix-sec/serde", |
| "gix-ref/serde", |
| "gix-glob/serde", |
| "gix-config-value/serde", |
| ] |