isr 0.1.2

Intermediate Symbol Representation
Documentation
[dependencies.isr-cache]
optional = true
version = "0.1.1"

[dependencies.isr-core]
version = "0.1.1"

[dependencies.isr-dl-linux]
optional = true
version = "0.1.1"

[dependencies.isr-dl-pdb]
optional = true
version = "0.1.1"

[dependencies.isr-dwarf]
optional = true
version = "0.1.1"

[dependencies.isr-macros]
version = "0.1.2"

[dependencies.isr-pdb]
optional = true
version = "0.1.1"

[features]
cache = ["isr-cache", "isr-cache/codec-bincode", "isr-cache/codec-json", "isr-cache/codec-msgpack"]
default = ["cache", "dwarf", "pdb", "dl-linux", "dl-pdb"]
dl-linux = ["isr-dl-linux", "isr-cache?/linux"]
dl-pdb = ["isr-dl-pdb", "isr-cache?/pdb"]
dwarf = ["isr-dwarf", "isr-cache?/linux"]
pdb = ["isr-pdb", "isr-cache?/pdb"]

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

[package]
authors = ["Petr Benes <w.benny@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Intermediate Symbol Representation"
edition = "2021"
homepage = "https://github.com/vmi-rs/isr"
keywords = ["isr", "pdb", "dwarf"]
license = "MIT"
name = "isr"
publish = true
readme = "README.md"
repository = "https://github.com/vmi-rs/isr"
rust-version = "1.81.0"
version = "0.1.2"

[package.metadata.docs.rs]
all-features = true
cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"]
rustdoc-args = ["-Zunstable-options", "--generate-link-to-definition", "--cfg", "docsrs"]

[profile.release]
debug = 1