Documentation
[dependencies.chrono]
optional = true
version = "0.4.19"

[dependencies.cpal]
optional = true
version = "0.13.4"

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

[dependencies.futures]
optional = true
version = "0.3.21"

[dependencies.image]
optional = true
version = "0.24.1"

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

[dependencies.rodio]
optional = true
version = "0.15.0"

[dependencies.wgpu]
optional = true
version = "0.12"

[dependencies.winit]
optional = true
version = "0.26.1"

[dependencies.winit_input_helper]
optional = true
version = "0.11.1"

[features]
clib = []
default = ["std", "nstd_core"]
nstd_alloc = ["std", "nstd_os_alloc"]
nstd_audio = ["std", "cpal", "nstd_fs", "rodio"]
nstd_collections = ["std", "nstd_math", "nstd_vec"]
nstd_core = ["cty", "platforms"]
nstd_env = ["std", "nstd_string"]
nstd_events = ["std", "nstd_gui", "nstd_input"]
nstd_fs = ["std", "nstd_io"]
nstd_gl = ["std", "futures", "nstd_gui", "nstd_string", "wgpu", "wgpu/spirv"]
nstd_gui = ["std", "nstd_events", "nstd_image"]
nstd_image = ["std", "image", "nstd_core"]
nstd_input = ["std", "nstd_core", "winit", "winit_input_helper"]
nstd_io = ["std", "nstd_string"]
nstd_math = ["std"]
nstd_net = ["std", "nstd_string"]
nstd_os = ["std"]
nstd_os_alloc = ["std", "libc", "nstd_core", "nstd_os", "windows-sys", "windows-sys/Win32_Foundation", "windows-sys/Win32_System_Memory"]
nstd_os_def = ["std", "nstd_os"]
nstd_os_io = ["std", "nstd_core", "nstd_os", "nstd_os_def", "windows-sys", "windows-sys/Win32_Foundation", "windows-sys/Win32_Globalization", "windows-sys/Win32_System_Console"]
nstd_proc = ["std", "nstd_core"]
nstd_string = ["std", "nstd_vec"]
nstd_sys = ["std", "nstd_string"]
nstd_thread = ["std", "nstd_core"]
nstd_time = ["std", "chrono"]
nstd_vec = ["std", "nstd_alloc"]
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.9.11"
[package.metadata.docs.rs]
all-features = true
[target."cfg(target_os = \"linux\")".dependencies.libc]
optional = true
version = "0.2.117"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
optional = true
version = "0.33.0"