[dependencies.genotype_parser]
optional = true
version = "0.14.0"
[dependencies.relative-path]
features = ["serde"]
version = "1.9.3"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dev-dependencies.pretty_assertions]
version = "1.4.1"
[features]
default = []
parser = ["genotype_parser"]
project = ["parser"]
[lib]
name = "genotype_path"
path = "src/lib.rs"
[package]
authors = ["Sasha Koss <koss@nocorp.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Genotype language path crate"
edition = "2024"
license = "MIT"
name = "genotype_path"
readme = false
repository = "https://github.com/kossnocorp/genotype"
resolver = "2"
version = "0.14.0"