# 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 = "aper" version = "0.5.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Synchronized state machines over WebSockets" homepage = "https://aper.dev" readme = "README.md" keywords = ["webassembly"] categories = [ "data-structures", "web-programming::websocket", "wasm", ] license = "MIT" [lib] name = "aper" path = "src/lib.rs" [[test]] name = "backtrack" path = "tests/backtrack.rs" [[test]] name = "listener" path = "tests/listener.rs" [[test]] name = "lock" path = "tests/lock.rs" [[test]] name = "simple-client-server" path = "tests/simple-client-server.rs" [[test]] name = "store-cleanup" path = "tests/store-cleanup.rs" [[test]] name = "tic-tac-toe" path = "tests/tic-tac-toe.rs" [dependencies.aper_derive] version = "0.5.0" [dependencies.bincode] version = "1.3.3" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.dashmap] version = "6.0.1" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.tracing] version = "0.1.40"