[build-dependencies.build-info-build]
default-features = false
features = ["git"]
version = "^0.0.39"
[dependencies.build-info]
default-features = false
features = ["runtime"]
version = "^0.0.39"
[dependencies.rhai]
default-features = false
features = ["serde"]
version = "~1"
[dependencies.tracing]
default-features = false
features = ["log"]
version = "~0.1"
[dependencies.utils]
package = "catgirl-engine-utils"
version = "0.14.21"
[dependencies.wasm-bindgen]
default-features = true
version = "~0.2"
[features]
default = []
[lib]
name = "catgirl_engine_server"
path = "src/lib.rs"
[lints.clippy]
missing_docs_in_private_items = "warn"
module_name_repetitions = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
too_many_lines = "allow"
unused_self = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
authors = ["Alexis <@alexis@foxgirl.land>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["game-engines"]
description = "Server side part of the catgirl-engine crate"
documentation = "https://docs.rs/catgirl-engine-server"
edition = "2021"
homepage = "https://github.com/lexi-the-cute/catgirl-engine"
keywords = ["catgirl", "engine", "gamedev", "game"]
license = "Zlib"
name = "catgirl-engine-server"
readme = "ReadMe.md"
repository = "https://github.com/lexi-the-cute/catgirl-engine.git"
version = "0.14.21"
[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
features = ["default"]
rustdoc-args = ["--document-private-items", "--default-theme=ayu"]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-gnu", "wasm32-unknown-unknown", "aarch64-linux-android", "armv7-linux-androideabi", "i686-linux-android", "x86_64-linux-android"]