objc2-sound-analysis 0.3.2

Bindings to the SoundAnalysis framework
Documentation
# 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 = "2021"
rust-version = "1.71"
name = "objc2-sound-analysis"
version = "0.3.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to the SoundAnalysis framework"
readme = "README.md"
keywords = [
    "cocoa",
    "apple",
    "framework",
    "macos",
    "ios",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
    "external-ffi-bindings",
    "os::macos-apis",
]
license = "Zlib OR Apache-2.0 OR MIT"
repository = "https://github.com/madsmtm/objc2"

[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
rustc-args = [
    "--cfg",
    "docsrs",
]
targets = [
    "aarch64-apple-darwin",
    "x86_64-apple-darwin",
    "aarch64-apple-ios",
    "aarch64-apple-tvos",
    "aarch64-apple-watchos",
    "aarch64-apple-ios-macabi",
    "aarch64-apple-visionos",
]

[features]
SNAnalyzer = [
    "objc2-foundation/NSError",
    "objc2-foundation/NSURL",
]
SNClassificationResult = [
    "objc2-foundation/NSArray",
    "objc2-foundation/NSString",
]
SNClassifySoundRequest = [
    "objc2-foundation/NSArray",
    "objc2-foundation/NSError",
    "objc2-foundation/NSString",
]
SNDefines = []
SNError = ["objc2-foundation/NSString"]
SNRequest = []
SNResult = ["objc2-foundation/NSError"]
SNTimeDurationConstraint = [
    "objc2-foundation/NSArray",
    "objc2-foundation/NSValue",
]
SNTypes = ["objc2-foundation/NSString"]
alloc = []
block2 = ["dep:block2"]
default = [
    "std",
    "SNAnalyzer",
    "SNClassificationResult",
    "SNClassifySoundRequest",
    "SNDefines",
    "SNError",
    "SNRequest",
    "SNResult",
    "SNTimeDurationConstraint",
    "SNTypes",
    "block2",
    "objc2-avf-audio",
    "objc2-core-media",
    "objc2-core-ml",
]
objc2-avf-audio = ["dep:objc2-avf-audio"]
objc2-core-media = ["dep:objc2-core-media"]
objc2-core-ml = ["dep:objc2-core-ml"]
std = ["alloc"]
unstable-darwin-objc = []

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

[dependencies.block2]
version = ">=0.6.1, <0.8.0"
features = ["alloc"]
optional = true
default-features = false

[dependencies.objc2]
version = ">=0.6.2, <0.8.0"
features = ["std"]
default-features = false

[dependencies.objc2-avf-audio]
version = "0.3.2"
features = [
    "AVAudioBuffer",
    "AVAudioFormat",
    "AVAudioTypes",
]
optional = true
default-features = false

[dependencies.objc2-core-media]
version = "0.3.2"
features = [
    "CMTime",
    "CMTimeRange",
    "objc2",
]
optional = true
default-features = false

[dependencies.objc2-core-ml]
version = "0.3.2"
features = ["MLModel"]
optional = true
default-features = false

[dependencies.objc2-foundation]
version = "0.3.2"
features = ["alloc"]
default-features = false

[lints.clippy]
ptr_as_ptr = "warn"
redundant_feature_names = "allow"

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_copy_implementations = "warn"
non_ascii_idents = "deny"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"