fixlite 0.7.0

fixlite FIX parser core library
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 = "2024"
name = "fixlite"
version = "0.7.0"
authors = ["Dmitriy Kumshayev"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "fixlite FIX parser core library"
readme = "README.md"
keywords = [
    "fix",
    "serialization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dkumsh/fixlite"
resolver = "2"

[features]
checksum = []
default = []
derive = ["fixlite_derive"]
serde = ["dep:serde"]

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

[dependencies.chrono]
version = "0.4"

[dependencies.fixlite_derive]
version = "0.7.0"
optional = true

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true

[dependencies.thiserror]
version = "1.0"

[dev-dependencies]