of_persist 0.3.0

Persistence and retention utilities for Orderflow normalized data
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 = "of_persist"
version = "0.3.0"
authors = ["Gregorian Rayne <gregorianrayne09@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persistence and retention utilities for Orderflow normalized data"
homepage = "https://github.com/gregorian-09/orderflow"
documentation = "https://docs.rs/of_persist"
readme = "README.md"
keywords = [
    "orderflow",
    "market-data",
    "persistence",
    "replay",
    "finance",
]
categories = [
    "finance",
    "database-implementations",
]
license = "MIT"
repository = "https://github.com/gregorian-09/orderflow"

[package.metadata.docs.rs]
all-features = true

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

[dependencies.of_core]
version = "0.3.0"

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

[dependencies.serde_json]
version = "1"