# 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 = "onc-rpc" version = "0.3.0" authors = ["Dom Dwyer "] description = "Open Network Computing / Sun RPC types and fast serialisation" documentation = "https://docs.rs/onc-rpc" readme = "README.md" keywords = [ "onc", "rpc", "sun", "protocol", "xdr", ] categories = [ "network-programming", "encoding", "api-bindings", ] license = "BSD-3-Clause" repository = "https://github.com/domodwyer/onc-rpc" [[bench]] name = "bench" harness = false required-features = ["bytes"] [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.6.0" optional = true [dependencies.thiserror] version = "1.0.60" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.proptest] version = "1.4.0" features = [ "alloc", "std", ] default-features = false [features] bytes = ["dep:bytes"] default = ["bytes"]