solp 0.18.2

Microsoft Visual Studio solution parsing 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 = "solp"
version = "0.18.2"
authors = ["egoroff <egoroff@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Microsoft Visual Studio solution parsing library"
readme = "README.md"
keywords = [
    "sln",
    "visualstudio",
    "parser",
    "microsoft",
    "solution",
]
license = "MIT"
repository = "https://github.com/aegoroff/solv"

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

[dependencies.itertools]
version = "=0.14.0"

[dependencies.jwalk]
version = "=0.8.1"

[dependencies.lalrpop-util]
version = "=0.22.2"

[dependencies.miette]
version = "=7.6.0"
features = ["fancy"]

[dependencies.nom]
version = "=8.0.0"

[dependencies.num_cpus]
version = "=1.17.0"

[dependencies.phf]
version = "=0.13.1"
features = ["macros"]

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

[dependencies.serde-xml-rs]
version = "=0.8.2"

[dev-dependencies.proptest]
version = "=1.9.0"

[dev-dependencies.test-case]
version = "=3.3.1"

[build-dependencies.lalrpop]
version = "=0.22.2"

[lints.rust]
unsafe_code = "forbid"