farmsim 0.2.3

Bindings/API schemas for all compatible Farming Simulator titles
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"
rust-version = "1.90"
name = "farmsim"
version = "0.2.3"
authors = ["Nwerosama"]
build = false
exclude = [
    "rust-toolchain",
    "rustfmt.toml",
    ".gitignore",
    ".github",
    ".vscode",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings/API schemas for all compatible Farming Simulator titles"
documentation = "https://docs.rs/farmsim/latest/farmsim/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/nwerosama/farmsim-rs"

[features]
default = []
fs22 = []
fs25 = []

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

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

[dependencies.serde_json]
version = "1.0.150"