msi 0.10.0

Read/write Windows Installer (MSI) files
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 = "msi"
version = "0.10.0"
authors = ["Matthew D. Steele <mdsteele@alum.mit.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read/write Windows Installer (MSI) files"
readme = "README.md"
keywords = [
    "msi",
    "windows",
    "installer",
    "package",
]
license = "MIT"
repository = "https://github.com/mdsteele/rust-msi"

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

[[example]]
name = "msiinfo"
path = "examples/msiinfo.rs"

[[example]]
name = "msiquery"
path = "examples/msiquery.rs"

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

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

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

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

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

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

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

[dependencies.byteorder]
version = "1"

[dependencies.cfb]
version = "0.14"

[dependencies.encoding_rs]
version = "0.8"

[dependencies.uuid]
version = "1"

[dev-dependencies.clap]
version = "2.27"

[dev-dependencies.pest]
version = "2.1"

[dev-dependencies.pest_derive]
version = "2.1"

[dev-dependencies.time]
version = "0.3"