[
{
"name": "aho-corasick",
"version": "1.1.3",
"authors": "Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/BurntSushi/aho-corasick",
"license": "MIT OR Unlicense",
"license_file": null,
"description": "Fast multiple substring searching."
},
{
"name": "darling",
"version": "0.20.11",
"authors": "Ted Driggs <ted.driggs@outlook.com>",
"repository": "https://github.com/TedDriggs/darling",
"license": "MIT",
"license_file": null,
"description": "A proc-macro library for reading attributes into structs when implementing custom derives."
},
{
"name": "darling_core",
"version": "0.20.11",
"authors": "Ted Driggs <ted.driggs@outlook.com>",
"repository": "https://github.com/TedDriggs/darling",
"license": "MIT",
"license_file": null,
"description": "Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code."
},
{
"name": "darling_macro",
"version": "0.20.11",
"authors": "Ted Driggs <ted.driggs@outlook.com>",
"repository": "https://github.com/TedDriggs/darling",
"license": "MIT",
"license_file": null,
"description": "Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code."
},
{
"name": "enumset",
"version": "1.1.5",
"authors": "Alissa Rao <lymia@lymiahugs.com>",
"repository": "https://github.com/Lymia/enumset",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A library for creating compact sets of enums."
},
{
"name": "enumset_derive",
"version": "0.10.0",
"authors": "Alissa Rao <lymia@lymiahugs.com>",
"repository": "https://github.com/Lymia/enumset",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "An internal helper crate for enumset. Not public API."
},
{
"name": "fnv",
"version": "1.0.7",
"authors": "Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/servo/rust-fnv",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Fowler–Noll–Vo hash function"
},
{
"name": "ident_case",
"version": "1.0.1",
"authors": "Ted Driggs <ted.driggs@outlook.com>",
"repository": "https://github.com/TedDriggs/ident_case",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Utility for applying case rules to Rust identifiers."
},
{
"name": "itoa",
"version": "1.0.15",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/itoa",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Fast integer primitive to string conversion"
},
{
"name": "memchr",
"version": "2.7.4",
"authors": "Andrew Gallant <jamslam@gmail.com>|bluss",
"repository": "https://github.com/BurntSushi/memchr",
"license": "MIT OR Unlicense",
"license_file": null,
"description": "Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search."
},
{
"name": "monostate",
"version": "0.1.14",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/monostate",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Type that deserializes only from one specific value"
},
{
"name": "monostate-impl",
"version": "0.1.14",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/monostate",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Implementation detail of the monostate crate"
},
{
"name": "proc-macro2",
"version": "1.0.95",
"authors": "David Tolnay <dtolnay@gmail.com>|Alex Crichton <alex@alexcrichton.com>",
"repository": "https://github.com/dtolnay/proc-macro2",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case."
},
{
"name": "quote",
"version": "1.0.40",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/quote",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Quasi-quoting macro quote!(...)"
},
{
"name": "regex",
"version": "1.11.1",
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/rust-lang/regex",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs."
},
{
"name": "regex-automata",
"version": "0.4.9",
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/rust-lang/regex/tree/master/regex-automata",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Automata construction and matching using regular expressions."
},
{
"name": "regex-syntax",
"version": "0.8.5",
"authors": "The Rust Project Developers|Andrew Gallant <jamslam@gmail.com>",
"repository": "https://github.com/rust-lang/regex/tree/master/regex-syntax",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A regular expression parser."
},
{
"name": "roas",
"version": "0.2.4",
"authors": "Sergey Vilgelm <sergey@vilgelm.com>",
"repository": "https://github.com/sv-tools/roas",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Rust OpenAPI Specification"
},
{
"name": "ryu",
"version": "1.0.20",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/ryu",
"license": "Apache-2.0 OR BSL-1.0",
"license_file": null,
"description": "Fast floating point to string conversion"
},
{
"name": "serde",
"version": "1.0.219",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A generic serialization/deserialization framework"
},
{
"name": "serde_derive",
"version": "1.0.219",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/serde",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
},
{
"name": "serde_json",
"version": "1.0.140",
"authors": "Erick Tryzelaar <erick.tryzelaar@gmail.com>|David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/serde-rs/json",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "A JSON serialization file format"
},
{
"name": "syn",
"version": "2.0.101",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/syn",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Parser for Rust source code"
},
{
"name": "thiserror",
"version": "2.0.12",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "derive(Error)"
},
{
"name": "thiserror-impl",
"version": "2.0.12",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/thiserror",
"license": "Apache-2.0 OR MIT",
"license_file": null,
"description": "Implementation detail of the `thiserror` crate"
},
{
"name": "unicode-ident",
"version": "1.0.18",
"authors": "David Tolnay <dtolnay@gmail.com>",
"repository": "https://github.com/dtolnay/unicode-ident",
"license": "(MIT OR Apache-2.0) AND Unicode-3.0",
"license_file": null,
"description": "Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31"
}
]