# 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 = "2018" rust-version = "1.51" name = "git-tags-semver" version = "0.3.0" authors = ["Fraunhofer IML Embedded Rust Group "] description = "Tool to extract SemVer Version Information from annotated git tags" readme = "README.md" keywords = [ "no_std", "git", "semver", ] categories = [ "embedded", "no-std", "development-tools::build-utils", "development-tools::debugging", ] license = "OLFL-1.3" repository = "https://git.openlogisticsfoundation.org/silicon-economy/libraries/serum/git-tags-semver" [dependencies.regex] version = "1.5" optional = true [features] build = ["regex"]