forked from sfackler/rust-postgres
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make license metadata SPDX compliant
- Loading branch information
1 parent
64caf4c
commit 3836a30
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "postgres-derive" | ||
version = "0.4.5" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2018" | ||
description = "An internal crate used by postgres-types" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
|
@@ -15,4 +15,4 @@ test = false | |
syn = "2.0" | ||
proc-macro2 = "1.0" | ||
quote = "1.0" | ||
heck = "0.4" | ||
heck = "0.4" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "postgres-native-tls" | |
version = "0.5.0" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
description = "TLS support for tokio-postgres via native-tls" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
readme = "../README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "postgres-openssl" | |
version = "0.5.0" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
description = "TLS support for tokio-postgres via openssl" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
readme = "../README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ version = "0.6.6" | |
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
description = "Low level Postgres protocol APIs" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
readme = "../README.md" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "postgres-types" | |
version = "0.2.6" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
description = "Conversions between Rust and Postgres values" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
readme = "../README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "postgres" | |
version = "0.19.7" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
description = "A native, synchronous PostgreSQL client" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
readme = "../README.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "tokio-postgres" | |
version = "0.7.10" | ||
authors = ["Steven Fackler <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT/Apache-2.0" | ||
license = "MIT OR Apache-2.0" | ||
description = "A native, asynchronous PostgreSQL client" | ||
repository = "https://github.com/sfackler/rust-postgres" | ||
readme = "../README.md" | ||
|