# 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"
name = "atomblocks"
version = "0.2.0"
description = "async, absolutely lightweight and dead simple bar for dwm and similar window managers"
homepage = "https://github.com/milchinskiy/atomblocks"
readme = "README.md"
keywords = [
    "utils",
    "bar",
    "x11",
]
categories = [
    "command-line-utilities",
    "os",
]
license-file = "LICENSE"
repository = "https://github.com/milchinskiy/atomblocks"

[profile.release]
opt-level = "z"
lto = "fat"
codegen-units = 1
panic = "abort"
strip = "symbols"

[dependencies.argh]
version = "0.1"

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.serde]
version = "1"
default-features = false

[dependencies.simple_logger]
version = "4"
features = ["colored"]
default-features = false

[dependencies.toml]
version = "0.8"
features = ["parse"]
default-features = false

[dependencies.x11rb]
version = "0.13"