microsd 0.0.1

Light‐weight systemd auxiliars
Documentation
# 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 = "2024"
name = "microsd"
version = "0.0.1"
authors = ["Mikael Voss <mvs@nyantec.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Light‐weight systemd auxiliars"
readme = "README.md"
license = "EUPL-1.2 WITH Universal-FOSS-exception-1.0"
repository = "https://woof.rip/mikael/microsd"

[features]
compio = ["dep:compio"]

[lib]
name = "microsd"
path = "src/lib.rs"

[dependencies.compio]
version = "0.18"
features = [
    "fs",
    "net",
]
optional = true
default-features = false

[dependencies.ctor]
version = "0.10"
features = ["proc_macro"]
default-features = false

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.31"
features = [
    "fs",
    "socket",
]
default-features = false

[profile.release]
lto = true
codegen-units = 1