# 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 = "hive-asar" version = "0.4.0" description = "Asynchronous parser and writer for Electron's asar archive format." readme = "README.md" license = "MIT" repository = "https://github.com/hack3ric/hive-asar" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1.1.0" optional = true [dependencies.futures-core] version = "0.3.21" optional = true [dependencies.futures-util] version = "0.3.21" optional = true [dependencies.hex] version = "0.4.3" features = ["serde"] [dependencies.libc] version = "0.2.126" [dependencies.pin-project] version = "1.0.10" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10.2" optional = true [dependencies.tokio] version = "1" features = ["io-util"] [dependencies.tokio-util] version = "0.7.3" features = ["io"] optional = true [dev-dependencies.tokio] version = "1" features = ["full"] [features] default = [ "fs", "integrity", "stream", ] fs = ["tokio/fs"] integrity = ["sha2"] stream = [ "bytes", "futures-core", "futures-util", "tokio-util", ]