fts-core 0.1.2

A collection of ports and models for use in flow trading implementations
Documentation
[dependencies.fts-solver]
version = "0.1.2"

[dependencies.fxhash]
version = "0.2"

[dependencies.humantime]
version = "2.2"

[dependencies.indexmap]
features = ["serde", "std"]
version = "2.8"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

[dependencies.time]
features = ["formatting", "parsing", "serde"]
version = "0.3"

[dependencies.utoipa]
features = ["time", "uuid"]
version = "5.3"

[dependencies.uuid]
features = ["serde"]
version = "1.16"

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

[package]
authors = ["Jason Dark <jason.dark@forwardmarketdesign.com>", "Fabio Isler <fabio.isler@forwardmarketdesign.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A collection of ports and models for use in flow trading implementations"
edition = "2024"
license = "MIT"
name = "fts-core"
publish = true
readme = "README.md"
resolver = "2"
rust-version = "1.85"
version = "0.1.2"