# 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 = "widevine" version = "0.1.0" authors = ["ThetaDev "] build = false include = [ "src", "README.md", "CHANGELOG.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Widevine CDM (Content Decryption Module) implementation in Rust" readme = "README.md" keywords = ["drm"] categories = ["multimedia"] license = "GPL-3.0" repository = "https://codeberg.org/ThetaDev/widevine-rs" [lib] name = "widevine" path = "src/lib.rs" [dependencies.aes] version = "0.8" [dependencies.byteorder] version = "1.0" [dependencies.cbc] version = "0.1" features = ["alloc"] [dependencies.cmac] version = "0.7" [dependencies.data-encoding] version = "2.5" [dependencies.hmac] version = "0.12" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.protobuf] version = "3.5" [dependencies.rand] version = "0.8" [dependencies.rsa] version = "0.9.2" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.sha1] version = "0.10" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "2" [dependencies.widevine-proto] version = "0.1" [dev-dependencies.hex_lit] version = "0.1" [dev-dependencies.isahc] version = "1" default-features = false [dev-dependencies.path_macro] version = "1" [dev-dependencies.serde_json] version = "1" [dev-dependencies.temp_testdir] version = "0.2.3" [features] serde = ["dep:serde"]