# 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.69" name = "re_build_build_info" version = "0.7.0" authors = ["rerun.io "] include = [ "../../LICENSE-APACHE", "../../LICENSE-MIT", "**/*.rs", "Cargo.toml", ] publish = true description = "build.rs helpers for generating build info" homepage = "https://rerun.io" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/rerun-io/rerun" [package.metadata.docs.rs] all-features = true [dependencies.anyhow] version = "1.0" [dependencies.cargo_metadata] version = "0.15" [dependencies.glob] version = "0.3" [dependencies.time] version = "0.3" features = [ "wasm-bindgen", "formatting", ] default-features = false