# 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.59.0" name = "av1-grain" version = "0.2.3" description = "Helpers for generating and parsing AV1 film grain data" homepage = "https://github.com/rust-av/av1-grain" documentation = "https://docs.rs/av1-grain" readme = "README.md" license = "BSD-2-Clause" repository = "https://github.com/rust-av/av1-grain" [profile.release] lto = "thin" codegen-units = 1 [dependencies.anyhow] version = "1.0.58" [dependencies.arrayvec] version = "0.7.2" [dependencies.log] version = "0.4.17" [dependencies.nom] version = "7.1.1" optional = true [dependencies.num-rational] version = "0.4.1" optional = true [dependencies.serde] version = "1.0.140" features = ["derive"] optional = true [dependencies.v_frame] version = "0.3.0" optional = true [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [features] create = [] default = [ "create", "parse", "diff", "estimate", ] diff = [ "num-rational", "v_frame", ] estimate = ["v_frame"] parse = ["nom"] serialize = [ "serde", "arrayvec/serde", ] unstable = []