# 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 = "git_info" version = "0.1.3" authors = ["Sagie Gur-Ari "] build = false include = [ "/benches/*", "/docs/*", "/examples/*", "/src/*", "/tests/*", "/Cargo.toml", "/LICENSE", "/README.md", "/Makefile.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Extracts git repository information." homepage = "http://github.com/sagiegurari/git_info" documentation = "https://sagiegurari.github.io/git_info/api/git_info/index.html" readme = "README.md" keywords = [ "environment", "build", ] categories = [ "development-tools", "development-tools::build-utils", ] license = "Apache-2.0" repository = "https://github.com/sagiegurari/git_info.git" [lib] name = "git_info" path = "src/lib.rs" [[example]] name = "example" path = "examples/example.rs" [[test]] name = "get_test" path = "tests/get_test.rs" [[bench]] name = "bench_get" path = "benches/bench_get.rs" [dependencies.serde] version = "^1" features = ["serde_derive"] optional = true [dev-dependencies.doc-comment] version = "^0.3" [features] serde = ["dep:serde"]