# 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 = "ciso" version = "0.2.1" exclude = [ "**/*.iso", "**/*.cso", "**/*.ciso", ] description = "Library for CISO image compression and decompression" homepage = "https://github.com/antangelo/ciso" readme = "README.md" keywords = [ "ciso", "compression", ] license = "MIT AND BSD-3-Clause" repository = "https://github.com/antangelo/ciso" [lib] [[bin]] name = "ciso" [[bin]] name = "unciso" [dependencies.arbitrary-int] version = "1.2.6" [dependencies.async-trait] version = "0.1.73" [dependencies.bitbybit] version = "1.2.2" [dependencies.lz4_flex] version = "0.11.1" features = ["frame"] default-features = false [dependencies.maybe-async] version = "0.2.7" [dependencies.tokio] version = "1.32.0" features = [ "fs", "io-std", "io-util", "sync", "rt-multi-thread", "macros", ] optional = true [features] default = ["tokio"] sync = ["maybe-async/is_sync"]