azo 0.0.3

Re-implementation of ASIO (Audio Stream Input/Output)
# 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 = "azo"
version = "0.0.3"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Re-implementation of ASIO (Audio Stream Input/Output)"
readme = "README.md"
keywords = [
    "ASIO",
    "audio",
    "media",
    "sound",
    "steinberg",
]
categories = [
    "hardware-support",
    "multimedia",
    "multimedia::audio",
]
license = "MIT"
repository = "https://github.com/LastExceed/azo"

[features]
default = ["spec_omitted"]
spec_omitted = []

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

[[example]]
name = "hello_world"
path = "examples/hello_world.rs"

[[example]]
name = "info_dump"
path = "examples/info_dump.rs"

[dependencies.bitflags]
version = "2.13.1"

[dependencies.windows-core]
version = "0.62.2"

[dependencies.windows-registry]
version = "0.6.1"

[build-dependencies.windows-bindgen]
version = "0.66.0"