# 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 = "asar_rs" version = "0.2.0" authors = ["Toyo Li"] exclude = ["/tests"] description = "Creating Electron app packages" homepage = "https://github.com/toyobayashi/asar-rs" license = "MIT" repository = "https://github.com/toyobayashi/asar-rs" [lib] name = "asar_rs" crate-type = [ "rlib", "cdylib", "staticlib", ] path = "src/lib.rs" [[bin]] name = "asar" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.chromium_pickle] version = "0.1" [dependencies.clap] version = "4.3" features = ["cargo"] [dependencies.glob] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.path-absolutize] version = "3.1" [dependencies.pathdiff] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" [dependencies.tempfile] version = "3.7" [dev-dependencies.dircmp] version = "0.2"