# 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.64.0" name = "bosion" version = "1.1.0" authors = ["FĂ©lix Saparelli "] description = "Gather build information for verbose versions flags" documentation = "https://docs.rs/bosion" readme = "README.md" keywords = [ "version", "git", "verbose", "long", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/watchexec/watchexec" [dependencies.gix] version = "0.62.0" features = ["revision"] optional = true default-features = false [dependencies.time] version = "0.3.30" features = [ "macros", "formatting", ] [features] default = [ "git", "reproducible", "std", ] git = ["dep:gix"] reproducible = [] std = []