[package]
name = "viola"
version = "0.0.0"
edition = "2024"
rust-version = "1.85.0"
description = "!vaporware"
documentation = "https://docs.rs/viola"
repository = "https://github.com/d5ng4i/viola"
license = "MIT OR Apache-2.0"
categories = [
"asynchronous",
"filesystem",
"network-programming",
"os::linux-apis",
"os::windows-apis"
]
include = ["/LICENSES/", "/src/"]
[lints.rust]
warnings = "deny"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = [
"aarch64-pc-windows-msvc",
"aarch64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"x86_64-unknown-linux-gnu"
]
[target.'cfg(target_os = "linux")'.dependencies]
rustix = { version = "1.1.2", default-features = false, features = ["std", "io_uring"] }
[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.62.2", default-features = false, features = ["std", "Win32_Storage_FileSystem"] }