# 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" name = "opusmeta" version = "1.1.0" build = false exclude = ["examples/"] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust crate for reading and writing metadata to opus files" homepage = "https://karx.xyz/projects/opusmeta" readme = "README.md" license = "MIT" repository = "https://github.com/karx1/opusmeta" [lib] name = "opusmeta" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.mime-sniffer] version = "0.1.2" [dependencies.ogg] version = "0.9" [dependencies.thiserror] version = "1" [lints.clippy] nursery = "warn" [lints.clippy.pedantic] level = "warn" priority = -1