# 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 = "verse-session-id" version = "1.0.1" description = "Session ID for [@VerseEngine/verse-core](https://github.com/VerseEngine/verse-core)" homepage = "https://verseengine.cloud/" readme = "README.md" license = "MIT" repository = "https://github.com/VerseEngine/verse-session-id" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.13" [dependencies.ed25519-dalek] version = "1" features = ["u64_backend"] default-features = false [dependencies.getrandom] version = "0.2" features = [ "js", "std", ] default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1" [dev-dependencies.serde_json] version = "1"