# 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 = "dotnetdll" version = "0.0.4" authors = ["Nick Clifford "] 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", ] license = "GPL-3.0+" repository = "https://github.com/nickbclifford/dotnetdll" [dependencies.bitfield] version = "0.14" [dependencies.bitvec] version = "1" [dependencies.dotnetdll-macros] version = "0.0.1" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.object] version = "0.32" features = ["write"] [dependencies.paste] version = "1" [dependencies.scroll] version = "0.11" features = ["derive"] [dependencies.scroll-buffer] version = "0.3" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "0.1" [dev-dependencies.once_cell] version = "1" [dev-dependencies.regex] version = "1" [dev-dependencies.tempfile] version = "3"