idalib 0.4.0+9.0.241217

Idiomatic bindings to IDA SDK
[build-dependencies.idalib-build]
version = "0.4"

[dependencies.anyhow]
version = "1"

[dependencies.autocxx]
version = "0.27"

[dependencies.bitflags]
version = "2"

[dependencies.cxx]
version = "1"

[dependencies.idalib-sys]
version = "0.4"

[dependencies.thiserror]
version = "1"

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

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

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

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

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

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

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

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

[package]
authors = ["Sam L. Thomas <sam@binarly.io>", "Yegor Vasilenko <yegor@binarly.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Idiomatic bindings to IDA SDK"
documentation = "https://binarly-io.github.io/idalib/idalib"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "idalib"
readme = "README.md"
repository = "https://github.com/binarly-io/idalib"
version = "0.4.0+9.0.241217"