# 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 = "sddl" version = "0.0.16" authors = ["Jan Starke "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "a library to parse and analyse SDDL Strings" documentation = "https://docs.rs/sddl" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/janstarke/sddl" [lib] name = "sddl" path = "src/lib.rs" [[bin]] name = "sddlinfo" path = "src/bin/sddlinfo.rs" [[test]] name = "microsoft_cases" path = "tests/microsoft_cases.rs" [[test]] name = "ntdsextract2_cases" path = "tests/ntdsextract2_cases.rs" [dependencies.anyhow] version = "1" [dependencies.binrw] version = "0.14.0" [dependencies.bitflags] version = "2.6.0" features = ["serde"] [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.derivative] version = "2.2" [dependencies.getset] version = "0" [dependencies.lalrpop-util] version = "0.22.0" features = [ "lexer", "unicode", ] [dependencies.lazy-regex] version = "3" [dependencies.lazy_static] version = "1.5" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.strum] version = "0" features = ["derive"] [dependencies.thiserror] version = "1.0.64" [dependencies.uuid] version = "1.6" features = [ "serde", "v4", ] [dev-dependencies.base64] version = "0.22" [build-dependencies.lalrpop] version = "0.22.0" [build-dependencies.lazy-regex] version = "3"