[dependencies.rustfft]
version = "^6.0.1"
[dev-dependencies.rand]
version = "~0.4"
[package]
authors = ["Elliott Mahler <join.together at gmail>"]
categories = ["algorithms", "compression", "multimedia::encoding", "science"]
description = "Compute Discrete Cosine Transforms (DCT) of any size in O(nlogn) time, in pure Rust."
documentation = "https://docs.rs/rustdct/"
edition = "2018"
keywords = ["dct", "mdct", "discrete", "cosine", "transform"]
license = "MIT OR Apache-2.0"
name = "rustdct"
readme = "README.md"
repository = "https://github.com/ejmahler/rust_dct"
version = "0.7.0"