[[bin]]
name = "env-sync"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.thiserror]
version = "2.0.16"
[dependencies.tracing]
optional = true
version = "0.1"
[dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"
[dev-dependencies.tempfile]
version = "3.0"
[features]
default = []
tracing = ["dep:tracing"]
[lib]
name = "env_sync"
path = "src/lib/mod.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "config", "development-tools"]
description = "Easily update your local env file with a git-trackable file"
documentation = "https://docs.rs/env-sync"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "env-sync"
readme = "README.md"
repository = "https://github.com/anotherempty/env-sync"
version = "0.1.1"
[profile.dist]
inherits = "release"
lto = "thin"
[[test]]
name = "integration"
path = "tests/integration.rs"