genotype_path 0.15.0

Genotype language path crate
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 = "genotype_path"
version = "0.15.0"
authors = ["Sasha Koss <koss@nocorp.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Genotype language path crate"
readme = "README.md"
license = "MIT"
repository = "https://github.com/kossnocorp/genotype"
resolver = "2"

[features]
default = []
parser = ["genotype_parser"]
project = ["parser"]

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

[dependencies.genotype_parser]
version = "0.15.0"
optional = true

[dependencies.relative-path]
version = "1.9.3"
features = ["serde"]

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

[dev-dependencies.insta]
version = "1.46.3"
features = ["ron"]

[dev-dependencies.pretty_assertions]
version = "1.4.1"