serde_tokenstream 0.2.3

A serde deserializer for proc_macro::TokenStreams
Documentation
1
2
3
4
5
6
7
8
# We use a specific toolchain revision to ensure our tests - which
# occasionally depend on specific compiler output - remain stable
# for all developers until the toolchain is explicitly advanced.
# The intent is to keep this updated as new stable versions are relased.

[toolchain]
channel = "1.80.1"
profile = "default"