percli-core 0.4.0

Offline simulation adapter for the Percolator risk engine
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 = "percli-core"
version = "0.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline simulation adapter for the Percolator risk engine"
homepage = "https://github.com/kamiyoai/percli"
readme = false
keywords = [
    "percolator",
    "risk-engine",
    "defi",
    "solana",
    "perpetuals",
]
categories = [
    "simulation",
    "command-line-utilities",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/kamiyoai/percli"

[features]
default = ["test"]
solana = ["bytemuck"]
test = ["percolator/test"]

[lib]
name = "percli_core"
path = "src/lib.rs"

[[test]]
name = "proptest_engine"
path = "tests/proptest_engine.rs"

[dependencies.anyhow]
version = "1"

[dependencies.bytemuck]
version = "1"
features = ["derive"]
optional = true

[dependencies.percolator]
version = "0.4.0"
default-features = false
package = "percolator-engine"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dev-dependencies.proptest]
version = "1"