ssh-derive 0.0.1-alpha

Custom derive support for the `ssh-encoding` crate
Documentation
[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["extra-traits"]
version = "2"

[lib]
proc-macro = true

[package]
authors = ["RustCrypto Developers"]
categories = ["authentication", "cryptography", "encoding", "no-std", "parser-implementations"]
description = "Custom derive support for the `ssh-encoding` crate"
edition = "2021"
homepage = "https://github.com/RustCrypto/SSH/tree/master/ssh-derive"
keywords = ["crypto", "certificate", "key", "openssh", "ssh"]
license = "Apache-2.0 OR MIT"
name = "ssh-derive"
readme = "README.md"
repository = "https://github.com/RustCrypto/SSH"
rust-version = "1.60"
version = "0.0.1-alpha"