[dependencies.cty]
optional = true
version = "0.2.2"

[dependencies.platforms]
default-features = false
optional = true
version = "2.0.0"

[features]
clib = []
default = ["std", "nstd_core"]
nstd_alloc = ["std", "core-foundation", "libc", "nstd_core", "windows"]
nstd_audio = ["std", "cpal", "nstd_fs", "rodio"]
nstd_collections = ["std", "nstd_alloc"]
nstd_core = ["cty", "platforms"]
nstd_env = ["std", "nstd_collections"]
nstd_events = ["std", "nstd_input"]
nstd_fs = ["std", "nstd_collections"]
nstd_gl = ["std", "futures", "nstd_gui", "wgpu"]
nstd_gui = ["std", "nstd_events", "nstd_image"]
nstd_image = ["std", "image", "nstd_core"]
nstd_input = ["std", "num-derive", "num-traits", "winit", "winit_input_helper"]
nstd_io = ["std", "nstd_core"]
nstd_math = ["std"]
nstd_net = ["std"]
nstd_os = ["std"]
nstd_proc = ["std"]
nstd_str = ["std", "nstd_collections"]
nstd_thread = ["std"]
nstd_time = ["std", "chrono"]
std = []

[lib]
crate-type = ["cdylib", "rlib", "staticlib"]

[package]
description = "NSTD crate."
edition = "2021"
homepage = "https://github.com/NyantasticUwU/nstd"
license = "MIT"
name = "nstd"
readme = "README.md"
repository = "https://github.com/NyantasticUwU/nstd"
resolver = "2"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(target_os = \"linux\")".dependencies.libc]
optional = true
version = "0.2.112"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
optional = true
version = "0.9.2"
[target."cfg(target_os = \"windows\")".dependencies.chrono]
optional = true
version = "0.4.19"

[target."cfg(target_os = \"windows\")".dependencies.cpal]
optional = true
version = "0.13.4"

[target."cfg(target_os = \"windows\")".dependencies.futures]
optional = true
version = "0.3.19"

[target."cfg(target_os = \"windows\")".dependencies.image]
optional = true
version = "0.23.14"

[target."cfg(target_os = \"windows\")".dependencies.num-derive]
optional = true
version = "0.3.3"

[target."cfg(target_os = \"windows\")".dependencies.num-traits]
optional = true
version = "0.2.14"

[target."cfg(target_os = \"windows\")".dependencies.rodio]
optional = true
version = "0.15.0"

[target."cfg(target_os = \"windows\")".dependencies.wgpu]
features = ["spirv"]
optional = true
version = "0.12"

[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Memory"]
optional = true
version = "0.30.0"

[target."cfg(target_os = \"windows\")".dependencies.winit]
optional = true
version = "0.26.1"

[target."cfg(target_os = \"windows\")".dependencies.winit_input_helper]
optional = true
version = "0.11.0"