# 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 = "otter-base" version = "1.2.1" authors = [ "Ian Jackson ", "and the contributors to Otter", ] description = "Otter game system; WASM/hostside common code crate." homepage = "https://www.chiark.greenend.org.uk/~ianmdlvl/otter/docs/" keywords = ["games"] license = "AGPL-3.0-or-later" repository = "https://salsa.debian.org/iwj/otter" [lib] name = "otter_base" path = "lib.rs" [dependencies.arrayvec] version = "0.7" [dependencies.derive_more] version = "0.99" [dependencies.extend] version = "1" [dependencies.fehler] version = "1" [dependencies.htmlescape] version = "0.3" [dependencies.if_chain] version = "1" [dependencies.itertools] version = "0.10" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.serde] version = "1" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "1" [dependencies.thiserror] version = "1" [dependencies.void] version = "1"