-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from constellation-rs/fix
Use re-exported amadeus crates in amadeus-derive
- Loading branch information
Showing
28 changed files
with
182 additions
and
347 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 @@ | |
|
||
[package] | ||
name = "amadeus" | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
license = "Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"] | ||
|
@@ -35,14 +35,14 @@ json = ["amadeus-serde", "amadeus-derive/serde"] | |
features = ["constellation", "aws", "commoncrawl", "parquet", "postgres", "csv", "json"] | ||
|
||
[dependencies] | ||
amadeus-core = { version = "=0.3.5", path = "amadeus-core" } | ||
amadeus-derive = { version = "=0.3.5", path = "amadeus-derive" } | ||
amadeus-types = { version = "=0.3.5", path = "amadeus-types" } | ||
amadeus-aws = { version = "=0.3.5", path = "amadeus-aws", optional = true } | ||
amadeus-commoncrawl = { version = "=0.3.5", path = "amadeus-commoncrawl", optional = true } | ||
amadeus-parquet = { version = "=0.3.5", path = "amadeus-parquet", optional = true } | ||
amadeus-postgres = { version = "=0.3.5", path = "amadeus-postgres", optional = true } | ||
amadeus-serde = { version = "=0.3.5", path = "amadeus-serde", optional = true } | ||
amadeus-core = { version = "=0.3.6", path = "amadeus-core" } | ||
amadeus-derive = { version = "=0.3.6", path = "amadeus-derive" } | ||
amadeus-types = { version = "=0.3.6", path = "amadeus-types" } | ||
amadeus-aws = { version = "=0.3.6", path = "amadeus-aws", optional = true } | ||
amadeus-commoncrawl = { version = "=0.3.6", path = "amadeus-commoncrawl", optional = true } | ||
amadeus-parquet = { version = "=0.3.6", path = "amadeus-parquet", optional = true } | ||
amadeus-postgres = { version = "=0.3.6", path = "amadeus-postgres", optional = true } | ||
amadeus-serde = { version = "=0.3.6", path = "amadeus-serde", optional = true } | ||
async-channel = "1.1" | ||
constellation-rs = { version = "0.2.0-alpha.2", default-features = false, optional = true } | ||
derive-new = "0.5" | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "amadeus-aws" | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
license = "Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"] | ||
|
@@ -19,18 +19,18 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests", build = "2 | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
amadeus-core = { version = "=0.3.5", path = "../amadeus-core" } | ||
amadeus-types = { version = "=0.3.5", path = "../amadeus-types" } | ||
amadeus-core = { version = "=0.3.6", path = "../amadeus-core" } | ||
amadeus-types = { version = "=0.3.6", path = "../amadeus-types" } | ||
async-compression = { version = "0.3.3", features = ["gzip", "futures-bufread"] } | ||
async-trait = "0.1" | ||
chrono = { version = "0.4", default-features = false } | ||
futures = { version = "0.3" } | ||
futures-retry = "0.5" | ||
http = "0.2" | ||
once_cell = "1.0" | ||
rusoto_core = "0.44" | ||
rusoto_credential = "0.44" | ||
rusoto_s3 = "0.44" | ||
rusoto_core = "0.45" | ||
rusoto_credential = "0.45" | ||
rusoto_s3 = "0.45" | ||
serde_closure = "0.3" | ||
serde = { version = "1.0", features = ["derive"] } | ||
tokio = "0.2" | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "amadeus-commoncrawl" | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["Stephen Becker IV <[email protected]>", "Alec Mocatta <[email protected]>"] | ||
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"] | ||
|
@@ -19,8 +19,8 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests", build = "2 | |
maintenance = { status = "actively-developed" } | ||
|
||
[dependencies] | ||
amadeus-core = { version = "=0.3.5", path = "../amadeus-core" } | ||
amadeus-types = { version = "=0.3.5", path = "../amadeus-types" } | ||
amadeus-core = { version = "=0.3.6", path = "../amadeus-core" } | ||
amadeus-types = { version = "=0.3.6", path = "../amadeus-types" } | ||
async-compression = { version = "0.3.3", features = ["gzip", "futures-bufread"] } | ||
futures = "0.3" | ||
nom = "4.2.3" | ||
|
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "amadeus-core" | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
license = "Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"] | ||
|
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
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
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "amadeus-derive" | ||
version = "0.3.5" | ||
version = "0.3.6" | ||
license = "Apache-2.0" | ||
authors = ["Alec Mocatta <[email protected]>"] | ||
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"] | ||
|
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
Oops, something went wrong.