[build-dependencies.lazy-regex]
version = "3"
[dependencies.binrw]
version = "0.14.0"
[dependencies.bitflags]
version = "2.6.0"
[dependencies.getset]
version = "0"
[dependencies.strum]
features = ["derive"]
version = "0"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1.6"
[lib]
name = "sddl"
path = "src/lib.rs"
[package]
authors = ["Jan Starke <jan.starke@posteo.de>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "a library to parse and analyse SDDL Strings"
documentation = "https://docs.rs/sddl"
edition = "2021"
license = "GPL-3.0"
name = "sddl"
readme = "README.md"
repository = "https://github.com/janstarke/sddl"
version = "0.0.2"
[[test]]
name = "create_from_parts"
path = "tests/create_from_parts.rs"