azo 0.2.1

Library for interacting with ASIO drivers
# 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.2.1"
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for interacting with ASIO drivers"
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 = []
undocumented = ["azo-sys/undocumented"]

[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"

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

[dependencies.azo-sys]
version = "0.2.1"

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

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

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