kinetics-parser 0.11.11

A parser used for Kinetics project.
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 = "kinetics-parser"
version = "0.11.11"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A parser used for Kinetics project."
readme = "README.md"
keywords = [
    "kinetics",
    "parser",
    "rust",
    "macro",
]
categories = ["parsing"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/ottofeller/kinetics"

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

[dependencies.color-eyre]
version = "0.6.5"

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

[dependencies.syn]
version = "2.0"
features = [
    "full",
    "visit",
]

[dependencies.walkdir]
version = "2.5.0"