# 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 = "safe_pod" version = "0.0.1" authors = ["Michelle Granat"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for serializing and deserializing structs to and from byte arrays written in safe rust" readme = "README.md" keywords = [ "pod", "binary", "serialization", "deserialization", "data", ] license = "AGPL-3.0" license-file = "LICENSE" repository = "https://github.com/MichelleGranat/safe_pod" [lib] name = "safe_pod" path = "src/lib.rs" doctest = false [dependencies.safe_pod_derive] version = "0.0.1"