[dev-dependencies.criterion]
version = "0.5.1"
[lib]
name = "rustyfit"
path = "src/lib.rs"
[package]
authors = ["Hikmatulloh Hari Mukti <muktihaz@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding", "parser-implementations"]
description = "This project hosts the Rust implementation for The Flexible and Interoperable Data Transfer (FIT) Protocol"
edition = "2024"
include = ["Cargo.toml", "src/**"]
license = "BSD-3-Clause"
name = "rustyfit"
readme = "README.md"
repository = "https://github.com/muktihari/rustyfit"
resolver = "2"
version = "0.2.2"