# 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 = "nrbf" version = "0.1.0" authors = ["Markus Reiter "] description = "A parser for the .NET Remoting Binary Format (NRBF)." homepage = "https://github.com/reitermarkus/nrbf-rs" documentation = "https://docs.rs/nrbf" readme = "ReadMe.md" keywords = [ "dotnet", "remoting", ] license = "MIT OR Apache-2.0" repository = "https://github.com/reitermarkus/nrbf-rs" [dependencies.bitflags] version = "2.5.0" [dependencies.nom] version = "7.1.3" [dependencies.rust_decimal] version = "1.34.3" default-features = false [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dev-dependencies.const-str] version = "0.5.7" [features] serde = [ "dep:serde", "rust_decimal/serde", ]