# 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 = "tsar-sdk" version = "0.1.0-beta.3" authors = ["x "] build = false include = [ "**/*.rs", "Cargo.toml", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Official Rust SDK for TSAR" homepage = "https://tsar.cc/" readme = "README.md" keywords = [ "api", "framework", "windows", "macos", "linux", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/tsarnet/rust-sdk" [lib] name = "tsar_sdk" path = "src/lib.rs" [dependencies.base64] version = "0.22" [dependencies.hardware-id] version = "0.3" [dependencies.open] version = "5" [dependencies.p256] version = "0.13" features = ["ecdsa-core"] [dependencies.reqwest] version = "0.11" features = [ "json", "blocking", ] [dependencies.rsntp] version = "4" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha2] version = "0.10" [dependencies.thiserror] version = "1"