x3 0.1.6

A CPU efficient audio encoder/decoder using the X3 codec.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "x3"
version = "0.1.6"
authors = ["Simon M. Werner <simonwerner@gmail.com>"]
description = "A CPU efficient audio encoder/decoder using the X3 codec."
readme = "README.md"
keywords = ["audio", "compression"]
categories = ["compression", "embedded", "encoding", "multimedia::audio"]
license = "GPL-3.0-or-later"
repository = "https://github.com/psiphi75/x3-rust"
[dependencies.byteorder]
version = "1.3.1"
default-features = false

[dependencies.clap]
version = "2.32.0"

[dependencies.hound]
version = "3.4.0"

[dependencies.quick-xml]
version = "0.13.3"
[build-dependencies.clippy]
version = "^0.0.302"
optional = true

[features]
classic = []
default = ["classic"]
oceaninstruments = []