libfreemkv 0.8.2

Open source raw disc access library for optical drives
Documentation
# 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 = "libfreemkv"
version = "0.8.2"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open source raw disc access library for optical drives"
readme = "README.md"
keywords = [
    "bluray",
    "uhd",
    "optical",
    "scsi",
    "disc",
]
categories = [
    "hardware-support",
    "multimedia",
]
license = "AGPL-3.0-only"
repository = "https://github.com/freemkv/libfreemkv"

[lib]
name = "libfreemkv"
path = "src/lib.rs"

[[test]]
name = "crypto_tests"
path = "tests/crypto_tests.rs"

[[test]]
name = "disc_tests"
path = "tests/disc_tests.rs"

[[test]]
name = "streams"
path = "tests/streams.rs"

[[test]]
name = "udf_tests"
path = "tests/udf_tests.rs"

[dependencies.aes]
version = "0.8"

[dependencies.base64]
version = "0.22.1"

[dependencies.cbc]
version = "0.1"

[dependencies.cmac]
version = "0.7"

[dependencies.flate2]
version = "1"

[dependencies.num-bigint]
version = "0.4"

[dependencies.num-integer]
version = "0.1"

[dependencies.num-traits]
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.zip]
version = "2"
features = ["deflate"]
default-features = false

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"