# 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 = "dapt" version = "0.1.9" description = "serializing and unseralizing unstructured data" readme = "README.md" license = "MIT" [[bench]] name = "bench" harness = false [dependencies.arrayvec] version = "0.7.4" [dependencies.base64] version = "0.21.5" [dependencies.byteorder] version = "1.5.0" [dependencies.cityhash] version = "0.1.1" [dependencies.dyn-clone] version = "1.0.17" [dependencies.parse_duration] version = "2.1.1" [dependencies.regex] version = "1.10.4" [dependencies.serde] version = "1.0.115" features = ["derive"] [dependencies.serde_json] version = "1.0.115" [dev-dependencies.criterion] version = "0.4" features = ["html_reports"] [dev-dependencies.rayon] version = "1.10.0" [dev-dependencies.serde_cbor] version = "0.11.2" [dev-dependencies.serde_yaml] version = "0.9.34"