[package] authors = ["MaidSafe Developers "] description = "Safe Network Build Info" documentation = "https://docs.rs/sn_node" edition = "2021" homepage = "https://maidsafe.net" license = "GPL-3.0" name = "sn_build_info" readme = "README.md" repository = "https://github.com/maidsafe/safe_network" version = "0.1.19" build = "build.rs" include = ["Cargo.toml", "src/**/*", "build.rs"] [build-dependencies] vergen = { version = "8.0.0", features = ["build", "git", "gitcl"] } [features] nightly = [] [lints] workspace = true [dependencies] chrono = "0.4" tracing = { version = "~0.1.26" }