strike48 0.2.1

Strike48 platform SDK
Documentation
# 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 = "2024"
name = "strike48"
version = "0.2.1"
authors = ["Strike48 Team <team@strike48.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strike48 platform SDK"
readme = false
license-file = "LICENSE"
repository = "https://github.com/Strike48/sdk-rs"
resolver = "2"

[features]
connector = ["dep:strike48-connector"]
default = ["connector"]

[lib]
name = "strike48"
path = "src/lib.rs"

[dependencies.strike48-connector]
version = "0.2.1"
optional = true