dotnetdll 0.1.3

A framework for reading and writing .NET metadata files, such as C# library DLLs.
Documentation
# 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 = "2024"
rust-version = "1.85.1"
name = "dotnetdll"
version = "0.1.3"
authors = ["Nick Clifford <nick@nickclifford.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A framework for reading and writing .NET metadata files, such as C# library DLLs."
readme = "README.md"
keywords = [
    "c-sharp",
    "dotnet",
    "dll",
    "compiler",
    "parser",
]
categories = [
    "parser-implementations",
    "development-tools::ffi",
]
license = "GPL-3.0+"
repository = "https://github.com/nickbclifford/dotnetdll"

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

[[test]]
name = "attributes"
path = "tests/attributes.rs"

[[test]]
name = "events"
path = "tests/events.rs"

[[test]]
name = "exceptions"
path = "tests/exceptions.rs"

[[test]]
name = "fields_props"
path = "tests/fields_props.rs"

[[test]]
name = "generics"
path = "tests/generics.rs"

[[test]]
name = "hello_world"
path = "tests/hello_world.rs"

[[test]]
name = "oop"
path = "tests/oop.rs"

[[test]]
name = "pinvoke"
path = "tests/pinvoke.rs"

[[test]]
name = "resources"
path = "tests/resources.rs"

[[test]]
name = "system_private_corelib"
path = "tests/system_private_corelib.rs"

[dependencies.bitfield]
version = "0.19"

[dependencies.bitvec]
version = "1"

[dependencies.dotnetdll-macros]
version = "0.1.0"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.object]
version = "0.38"
features = ["write"]

[dependencies.paste]
version = "1"

[dependencies.scroll]
version = "0.13"
features = ["derive"]

[dependencies.scroll-buffer]
version = "0.3.2"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.once_cell]
version = "1"

[dev-dependencies.regex]
version = "1"

[dev-dependencies.tempfile]
version = "3"