# 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" rust-version = "1.70.0" name = "pot" version = "3.0.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A concise binary serialization format written for `BonsaiDb`." readme = "README.md" keywords = [ "serialization", "serde", ] categories = ["encoding"] license = "MIT OR Apache-2.0" repository = "https://github.com/khonsulabs/pot" [lib] name = "pot" path = "src/lib.rs" [[example]] name = "preshared-symbols" path = "examples/preshared-symbols.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.byteorder] version = "1.4.3" [dependencies.half] version = "2.2.1" [dependencies.serde] version = "1.0.136" [dependencies.tracing] version = "0.1.30" optional = true [dev-dependencies.approx] version = "0.5.1" [dev-dependencies.serde_bytes] version = "0.11.5" [dev-dependencies.serde_derive] version = "1.0.136" [dev-dependencies.tracing] version = "0.1.30" [dev-dependencies.tracing-subscriber] version = "0.3.8" [features] default = []