fume-core 0.0.2

A strongly-opinionated Rust wrapper for steam web APIs.
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 = "fume-core"
version = "0.0.2"
build = false
exclude = [
    ".*",
    "flake.*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A strongly-opinionated Rust wrapper for steam web APIs."
readme = false
keywords = [
    "steam",
    "api",
]
license = "GLWTPL"
repository = "https://github.com/dearfl/fume"

[features]
default = []
deny-unknown-fields = []

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

[[test]]
name = "app"
path = "tests/app.rs"

[[test]]
name = "player"
path = "tests/player.rs"

[[test]]
name = "user"
path = "tests/user.rs"

[[test]]
name = "util"
path = "tests/util.rs"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_repr]
version = "0.1.20"

[lints.rust]
unsafe_code = "forbid"