# 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 = "lc3-codec" version = "0.2.0" authors = ["David Haig"] description = "An implementation of the LC3 audio codec for embedded systems (no_std)" readme = "README.md" keywords = [ "lc3", "audio", "embedded", "no_std", ] categories = [ "embedded", "no-std", "multimedia", ] license = "Apache-2.0" repository = "https://github.com/ninjasource/lc3-codec.git" resolver = "2" [profile.release] lto = true codegen-units = 1 debug = true [dependencies.bitvec] version = "1.0.0" default-features = false [dependencies.byteorder] version = "1.3.4" default-features = false [dependencies.fast-math] version = "0.1.1" [dependencies.heapless] version = "0.7.10" default-features = false [dependencies.itertools] version = "0.10.3" default-features = false [dependencies.log] version = "0.4" default-features = false [dependencies.num-traits] version = "0.2.14" features = ["libm"] default-features = false [dev-dependencies.log] version = "0.4" default-features = false [dev-dependencies.simple_logger] version = "1.11.0" default-features = false [features] alloc = [] default = ["alloc"]