# 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 = "Mebal" version = "0.1.0" authors = ["Brody Larson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An OS independent replay buffer solution." readme = "README.md" license = "MIT" repository = "https://github.com/lurkny/Mebal" [profile.release] debug = 2 [[bin]] name = "Mebal" path = "src/main.rs" [dependencies.anyhow] version = "1.0" [dependencies.lz4_flex] version = "0.11" default-features = false [dependencies.rayon] version = "1.10.0" [dependencies.rdev] version = "0.5.1" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "multipart", "json", ] [dependencies.serde_json] version = "1.0" [dev-dependencies.tempfile] version = "3.12.0" [target.'cfg(not(target_os = "windows"))'.dependencies.scrap] version = "0.5" [target.'cfg(target_os = "windows")'.dependencies.win_desktop_duplication] version = "0.10.11" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.58.0" [target.'cfg(target_os = "windows")'.dependencies.windows-capture] version = "1.3.2"