sequence-algo-sdk 0.3.2

Sequence Markets Algo SDK — write HFT trading algos in Rust, compile to WASM, deploy to Sequence
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 = "2021"
name = "sequence-algo-sdk"
version = "0.3.2"
authors = ["Sequence Markets <engineering@sequencemkts.com>"]
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "README.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sequence Markets Algo SDK — write HFT trading algos in Rust, compile to WASM, deploy to Sequence"
homepage = "https://sequencemkts.com"
documentation = "https://docs.rs/sequence-algo-sdk"
readme = "README.md"
keywords = [
    "trading",
    "hft",
    "wasm",
    "algo",
    "market-making",
]
categories = [
    "algorithms",
    "wasm",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Bai-Funds/algo-sdk"

[features]
default = ["std"]
std = []
wasm = []

[lib]
name = "algo_sdk"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies]