# 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 = "datastruct-rs" version = "0.1.0" description = "DataStruct simplifies handling binary data and JSON with a unified interface." readme = "README.md" keywords = [ "datastruct-rs", "json", "binary", "data-structures", "serialization", ] categories = [ "data-structures", "encoding", "parsing", ] license = "MIT" repository = "https://github.com/elforjani13/datastruct/" [dependencies.anyhow] version = "1.0.86" [dependencies.base64] version = "0.22.1" [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.serde_json] version = "1.0.120"