# 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.75" name = "insim_core" version = "2.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Core types and traits for the insim crate. """ homepage = "https://github.com/theangryangel/insim.rs" readme = "README.md" license = "MIT" repository = "https://github.com/theangryangel/insim.rs" [lib] name = "insim_core" path = "src/lib.rs" doctest = false bench = false [dependencies.binrw] version = "0.14.0" [dependencies.bytes] version = "1.4.0" [dependencies.encoding_rs] version = "0.8.32" [dependencies.if_chain] version = "1.0.2" [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.188" features = ["derive"] optional = true [dependencies.thiserror] version = "1.0.40" [lints.rust] missing_debug_implementations = "deny" missing_docs = "deny" unsafe_code = "deny" unused_crate_dependencies = "deny" unused_results = "deny" [lints.rustdoc] broken_intra_doc_links = "deny"