# 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 = "adder-codec-core" version = "0.3.4" authors = ["Andrew C. Freeman"] exclude = ["tests/samples/*"] description = """ Core library for encoding/decoding ADΔER events """ homepage = "https://github.com/ac-freeman/adder-codec-rs/wiki" readme = "README.md" keywords = [ "neuromorphic", "decoding", "event", "asynchronous", "video", ] categories = [ "multimedia::encoding", "multimedia::video", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ac-freeman/adder-codec-rs/tree/main/adder-codec-core" [dependencies.arithmetic-coding-adder-dep] version = "0.3.2" optional = true [dependencies.bincode] version = "1.3.3" [dependencies.bitstream-io] version = "1.6.0" [dependencies.enum_dispatch] version = "0.3.11" [dependencies.fenwick] version = "2.0.1" [dependencies.float-cmp] version = "0.9.0" [dependencies.hashbrown] version = "0.13.2" [dependencies.itertools] version = "0.10.5" [dependencies.ndarray] version = "0.15.6" [dependencies.nestify] version = "0.3.1" [dependencies.num-traits] version = "0.2.15" [dependencies.numquant] version = "0.2.0" [dependencies.priority-queue] version = "1.3.1" [dependencies.rand] version = "0.8.5" [dependencies.rustdct] version = "0.7.1" [dependencies.seq-macro] version = "0.3.5" [dependencies.serde] version = "1.0.140" features = ["derive"] [dependencies.serde_bytes] version = "0.11.6" [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0.38" [dependencies.transpose] version = "0.2.2" [features] compression = ["dep:arithmetic-coding-adder-dep"] default = ["compression"]