diff --git a/Cargo.toml b/Cargo.toml index bae4e251..7d063892 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "sqlparser" -description = "ANSI SQL parser" +description = "ANSI SQL:2011 Lexer and Parser" version = "0.1.5-alpha.0" authors = ["Andy Grove "] homepage = "https://github.com/andygrove/sqlparser-rs" -documentation = "https://github.com/andygrove/sqlparser-rs" -keywords = [ "sql", "lexer", "parser" ] +documentation = "https://docs.rs/sqlparser/" +keywords = [ "ansi", "sql", "lexer", "parser" ] repository = "https://github.com/andygrove/sqlparser-rs" license = "Apache-2.0" include = [