# 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 = "naumi" version = "0.3.5" authors = ["Paradist"] exclude = [ ".idea", "benchmarks", "examples", ] description = "Lightweight and fast data transfer protocol. Fast de/serialization and tiny size!" homepage = "https://github.com/Paradist/naumi" readme = "README.md" keywords = [ "protocol", "fast", "lightweight", "serialization", "deserialization", ] categories = [ "asynchronous", "data-structures", "encoding", "network-programming", ] license = "MIT" repository = "https://github.com/Paradist/naumi" [profile.dev] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.nmacro] version = "0.1.6" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "io-util", ] optional = true [dependencies.varint-simd] version = "0" [features] clone = [] debug = [] default_ = [] net = [] net_async = ["tokio"] partial_eq = []