# 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.65" name = "bfbb" version = "0.3.0" description = "Library for interacting with SpongeBob SquarePants: Battle for Bikini Bottom" readme = "README.md" keywords = [ "spongebob", "bfbb", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BfBBModdingTools/bfbb" [package.metadata.docs.rs] all-features = true [[example]] name = "game-interface" required-features = ["game-interface"] [[example]] name = "hooking" required-features = ["game-interface"] [dependencies.bytemuck] version = "1.12" features = ["derive"] [dependencies.log] version = "0.4" [dependencies.proc-maps] version = "0.3" optional = true [dependencies.process-memory] version = "0.5" optional = true [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.strum] version = "0.24" [dependencies.strum_macros] version = "0.24" [dependencies.sysinfo] version = "0.28" optional = true [dependencies.tap] version = "1" [dependencies.thiserror] version = "1" [features] game-interface = [ "dep:process-memory", "dep:proc-maps", "dep:sysinfo", "dep:winapi", ] [target."cfg(windows)".dependencies.winapi] version = "0.3" optional = true