libfreemkv 0.1.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.1.2"
build = false
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"

[[bin]]
name = "freemkv-info"
path = "src/bin/freemkv_info.rs"

[[bin]]
name = "freemkv-test"
path = "src/bin/freemkv_test.rs"

[dependencies.aes]
version = "0.8"

[dependencies.cbc]
version = "0.1"

[dependencies.flate2]
version = "1"

[dependencies.libc]
version = "0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.10"