Janek f186b19255 optimize (not done yet)
- alpha-alpha implementation of CachedView in csflow.

- MUCH faster entity cache build time thanks to two professionally engineered functions 😎
2024-01-05 00:31:11 +01:00

29 lines
716 B
TOML

[package]
name = "csflow"
version = "0.1.2"
authors = ["Janek S <development@superyu.xyz>"]
edition = "2021"
description = "SDK for CS2 cheats utilizing memflow"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# memory
dataview = "1.0.1"
memflow = { git = "https://github.com/memflow/memflow.git", rev = "c19d870" }
# logging
log = "0.4.19"
# error handling
thiserror = "1.0.52"
# derive stuff
enum-primitive-derive = "0.2.2"
num-traits = "0.2.16"
serde = { version = "1.0.181", features = ["derive"] }
clap = { version = "4.3.19", features = ["derive", "string"] }
[build-dependencies]
reqwest = { version = "0.11.18", features = ["blocking"] }