Document new features, update authors (#776)

This commit is contained in:
Andrew Lamb 2022-12-28 11:13:25 -05:00 committed by GitHub
parent 751046de7d
commit 0c9ec40082
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View file

@ -45,3 +45,7 @@ pretty_assertions = "1"
# https://github.com/sunng87/cargo-release/blob/master/docs/reference.md#config-fields
# See docs/releasing.md for details.
publish = false
[package.metadata.docs.rs]
# Document these features on docs.rs
features = ["serde", "visitor"]

View file

@ -2,9 +2,9 @@
name = "sqlparser_derive"
description = "proc macro for sqlparser"
version = "0.1.0"
authors = ["Andy Grove <andygrove73@gmail.com>"]
authors = ["sqlparser-rs authors"]
homepage = "https://github.com/sqlparser-rs/sqlparser-rs"
documentation = "https://docs.rs/sqlparser/"
documentation = "https://docs.rs/sqlparser_derive/"
keywords = ["ansi", "sql", "lexer", "parser"]
repository = "https://github.com/sqlparser-rs/sqlparser-rs"
license = "Apache-2.0"