# 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" rust-version = "1.70" name = "timestampvm" version = "0.0.18" publish = true description = "Timestamp VM in Rust" documentation = "https://docs.rs/timestampvm" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/ava-labs/timestampvm-rs" resolver = "1" [dependencies.avalanche-types] version = "0.1.3" features = [ "subnet", "codec_base64", ] [dependencies.base64] version = "0.21.2" [dependencies.bytes] version = "1.4.0" [dependencies.chrono] version = "0.4.26" [dependencies.clap] version = "4.3.11" features = [ "cargo", "derive", ] [dependencies.derivative] version = "2.2.0" [dependencies.env_logger] version = "0.10.0" [dependencies.http-manager] version = "0.0.14" [dependencies.jsonrpc-core] version = "18.0.0" [dependencies.jsonrpc-core-client] version = "18.0.0" [dependencies.jsonrpc-derive] version = "18.0.0" [dependencies.log] version = "0.4.19" [dependencies.semver] version = "1.0.17" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.102" [dependencies.serde_with] version = "3.0.0" features = ["hex"] [dependencies.tokio] version = "1.29.1" features = [ "fs", "rt-multi-thread", ] [dependencies.tonic] version = "0.9.2" features = ["gzip"] [dev-dependencies.random-manager] version = "0.0.5"