mp3lame-encoder 0.2.4

High level bindings to mp3lame encoder
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.65.0"
name = "mp3lame-encoder"
version = "0.2.4"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High level bindings to mp3lame encoder"
readme = "README.md"
keywords = [
    "lame",
    "mp3",
    "mp3lame",
    "libmp3lame",
    "codec",
]
categories = [
    "encoding",
    "external-ffi-bindings",
    "multimedia::audio",
    "multimedia::encoding",
]
license = "LGPL-3.0"
repository = "https://github.com/DoumanAsh/mp3lame-encoder"

[features]
std = []

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

[dependencies.mp3lame-sys]
version = "0.1.4"
default-features = false

[dev-dependencies.symphonia]
version = "0.5.2"
features = [
    "ogg",
    "vorbis",
]
default-features = false