# 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.81" name = "byte-transcoder" version = "0.0.2" authors = ["Todd Everett Griffin "] build = false include = [ "**/*.rs", "Cargo.toml", ".clippy.toml", "LICENSE", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust+Typescript library to transcode higher-level data types to/from bytes." homepage = "https://www.toddgriffin.me/" readme = "README.md" keywords = [ "byte", "transcode", "encode", "parse", "serialize", ] categories = [ "encoding", "parsing", "parser-implementations", "compression", "data-structures", ] license = "MIT" repository = "https://github.com/goddtriffin/byte-transcoder-rs" [lib] name = "byte_transcoder" path = "src/lib.rs" [[example]] name = "transcode" path = "examples/transcode.rs" [[test]] name = "test_examples" path = "tests/test_examples.rs" [[test]] name = "test_reader" path = "tests/test_reader.rs" [dependencies.uuid] version = "1.10.0" [lints.clippy.all] level = "deny" priority = -1 [lints.clippy.cargo] level = "deny" priority = -1 [lints.clippy.complexity] level = "deny" priority = -1 [lints.clippy.correctness] level = "deny" priority = -1 [lints.clippy.nursery] level = "allow" priority = 1 [lints.clippy.pedantic] level = "deny" priority = -1 [lints.clippy.perf] level = "deny" priority = -1 [lints.clippy.style] level = "deny" priority = -1 [lints.clippy.suspicious] level = "deny" priority = -1 [lints.rust.unsafe_code] level = "forbid" priority = 0