# 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 = "lief-cwal" version = "0.1.0" authors = ["Alexandr Yusuk "] description = "Unofficial idiomatic Rust bindings to Quarkslab's LIEF library" readme = "README.md" keywords = [ "lief", "elf", "executable", "parser", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Devolutions/lief-rs" resolver = "2" [dependencies.bitflags] version = "1.3.2" [dependencies.image] version = "0.24.3" features = ["ico"] default-features = false [dependencies.lief-cwal-sys] version = "0.1.0" [dependencies.picky] version = "7.0.0-rc.3" features = [ "wincert", "x509", "pkcs7", ] default-features = false [dependencies.thiserror] version = "1.0.32" [dependencies.widestring] version = "1.0.2" features = ["alloc"] default-features = false [dev-dependencies.lazy_static] version = "1.4.0" [dev-dependencies.tempfile] version = "3.3.0" [dev-dependencies.uuid] version = "1.1.2" features = ["v4"] default-features = false