# 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 = "neoncore" version = "7.0.0" authors = ["Matheus Xavier "] description = "Core utility library for working with binary data streams." readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/neonimp/neoncore.git" [profile.release] opt-level = 3 lto = true [dependencies.byteorder] version = "1.4.3" [dependencies.parking_lot] version = "0.12.1" optional = true [dependencies.paste] version = "1.0.12" [dependencies.thiserror] version = "1.0.40" optional = true [features] default = ["std"] std = [ "parking_lot", "thiserror", ]