# 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.66" name = "insim_core" version = "1.0.0" 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" [lib] doctest = false bench = false [dependencies.binrw] version = "0.13.3" [dependencies.bytes] version = "1" [dependencies.encoding_rs] version = "0.8" [dependencies.if_chain] version = "1.0.2" [dependencies.itertools] version = "0.12" [dependencies.once_cell] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true