# 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.77" name = "rrplug" version = "4.1.0" authors = ["catornot"] build = false exclude = [".gitignore"] autobins = false autoexamples = false autotests = false autobenches = false description = "framework for R2Northstar plugins" readme = "README.md" keywords = [ "plugin", "northstar", "framework", "titanfall2", "r2northstar", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/R2NorthstarTools/rrplug" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" features = ["async_engine"] targets = [ "x86_64-pc-windows-msvc", "x86_64-pc-windows-gnu", ] [lib] name = "rrplug" path = "src/lib.rs" [[example]] name = "async_engine" crate-type = ["cdylib"] path = "examples/async_engine.rs" required-features = ["async_engine"] [[example]] name = "cvar_example" crate-type = ["cdylib"] path = "examples/cvar_example.rs" [[example]] name = "squirrel_example" crate-type = ["cdylib"] path = "examples/squirrel_example.rs" [dependencies.bitflags] version = "2.4.1" [dependencies.log] version = "0.4.19" [dependencies.once_cell] version = "1.18.0" [dependencies.parking_lot] version = "0.12.1" [dependencies.rrplug_proc] version = "4.1.0" [dependencies.thiserror] version = "1.0.40" [dependencies.windows] version = "0.52.0" features = [ "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_SystemServices", ] [features] async_engine = []