licenses.dev

cynic-proc-macros v0.13.1

Procedural macro crate for cynic - a code first GraphQL client for Rust

Published on

Licenses

Learn more about license information.

Package Licenses

MPL-2.0

Dependency Licenses

Apache-2.0 OR MIT15
PackageRelationDependenciesPublished
ascii • 0.9.3ASCII-only equivalents to `char`, `str` and `String`.INDIRECT0
either • 1.13.0The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases. INDIRECT0
fnv • 1.0.7Fowler–Noll–Vo hash functionINDIRECT0
graphql-parser • 0.3.0 A parser, AST and serializer for graphql query language and scheme definition language (sometimes called IDL). INDIRECT13
ident_case • 1.0.1Utility for applying case rules to Rust identifiers.INDIRECT0
lazy_static • 1.5.0A macro for declaring lazily evaluated statics in Rust.INDIRECT0
proc-macro2 • 1.0.89A substitute implementation of the compiler's `proc_macro` API to decouple token-based libraries from the procedural macro use case.INDIRECT1
quote • 1.0.37Quasi-quoting macro quote!(...)INDIRECT2
regex-syntax • 0.6.29A regular expression parser.INDIRECT0
regex • 1.7.3An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs. INDIRECT3
syn • 1.0.109Parser for Rust source codeDIRECT3
syn • 2.0.82Parser for Rust source codeINDIRECT2
thiserror-impl • 1.0.65Implementation detail of the `thiserror` crateINDIRECT4
thiserror • 1.0.65derive(Error)INDIRECT5
unreachable • 1.0.0An unreachable code optimization hint in stable rust.INDIRECT1
MIT6
PackageRelationDependenciesPublished
combine • 3.8.1Fast parser combinators on arbitrary streams with zero-copy support.INDIRECT6
darling_core • 0.12.4Helper crate for proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT7
darling_macro • 0.12.4Internal support for a proc-macro library for reading attributes into structs when implementing custom derives. Use https://crates.io/crates/darling in your code. INDIRECT8
darling • 0.12.4A proc-macro library for reading attributes into structs when implementing custom derives. INDIRECT9
strsim • 0.10.0Implementations of string similarity metrics. Includes Hamming, Levenshtein, OSA, Damerau-Levenshtein, Jaro, Jaro-Winkler, and Sørensen-Dice. INDIRECT0
void • 1.0.2The uninhabited void type for use in statically impossible cases.INDIRECT0
MIT OR Unlicense3
PackageRelationDependenciesPublished
aho-corasick • 0.7.20Fast multiple substring searching.INDIRECT1
byteorder • 1.5.0Library for reading/writing numbers in big-endian and little-endian.INDIRECT0
memchr • 2.7.4Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for 1, 2 or 3 byte search and single substring search. INDIRECT0
MPL-2.01
PackageRelationDependenciesPublished
cynic-codegen • 0.13.1Procedural macro code generation for cynic - a code first GraphQL client for RustDIRECT26
BSD-2-Clause1
PackageRelationDependenciesPublished
Inflector • 0.11.4Adds String based inflections for Rust. Snake, kebab, camel, sentence, class, title and table cases as well as ordinalize, deordinalize, demodulize, foreign key, and pluralize/singularize are supported as both traits and pure functions acting on String types. INDIRECT5
Unicode-DFS-2016 AND (Apache-2.0 OR MIT)1
PackageRelationDependenciesPublished
unicode-ident • 1.0.13Determine whether characters have the XID_Start or XID_Continue properties according to Unicode Standard Annex #31INDIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/cynic-proc-macros)](https://licenses.dev/cargo/cynic-proc-macros)
<a href="https://licenses.dev/cargo/cynic-proc-macros">
  <img src="https://licenses.dev/b/cargo/cynic-proc-macros" alt="licenses" />
</a>

Or the licenses badge code for the 0.13.1 version:

[![licenses](https://licenses.dev/b/cargo/cynic-proc-macros/0.13.1)](https://licenses.dev/cargo/cynic-proc-macros/0.13.1)
<a href="https://licenses.dev/cargo/cynic-proc-macros/0.13.1">
  <img src="https://licenses.dev/b/cargo/cynic-proc-macros/0.13.1" alt="licenses" />
</a>
GitHub