Skip to content

Commit

Permalink
refactor: Restructure Cargo.toml
Browse files Browse the repository at this point in the history
Add missing information to Cargo.toml and some small tweaks to keep
information and its structure consistent
  • Loading branch information
DanielVoogsgerd committed Oct 5, 2024
1 parent 0933807 commit 7f3ae7b
Show file tree
Hide file tree
Showing 22 changed files with 94 additions and 50 deletions.
6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,14 @@ authors = [ "Onno Valkering", "Tim Müller" ]
description = "The Brane Framework is a workflow execution system that is capable of dealing with sensitive dataset. Created for the [EPI project](https://enablingpersonalizedinterventions.nl)."
repository = "https://github.com/epi-project/brane"
documentation = "https://wiki.enablingpersonalizedinterventions.nl"

license = "Apache-2.0"

[package]
name = "brane-meta"
version.workspace = true
edition = "2021"
version.workspace = true
repository.workspace = true
license.workspace = true

[lints.clippy]
result_large_err = { level = "allow", priority = 1 }
8 changes: 5 additions & 3 deletions brane-api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-api"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.74.1"
edition = "2021"
version.workspace = true
repository.workspace = true
license.workspace = true
authors.workspace = true

[dependencies]
async-compression = { version = "0.3.15", features = ["tokio","gzip"] }
Expand Down
6 changes: 4 additions & 2 deletions brane-ast/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-ast"
version = { workspace = true }
rust-version = "1.67.1"
edition = "2021"
authors = [ "Tim Müller" ]
rust-version = "1.67.1"
version.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
console = "0.15.5"
Expand Down
6 changes: 4 additions & 2 deletions brane-cc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-cc"
version = { workspace = true }
rust-version = "1.74.1"
edition = "2021"
authors = [ "Tim Müller" ]
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
license.workspace = true

[[bin]]
name = "branec"
Expand Down
8 changes: 5 additions & 3 deletions brane-cfg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-cfg"
version = { workspace = true }
authors = ["Onno Valkering", "Tim Müller"]
edition = "2018"
rust-version = "1.67.1"
edition = "2018"
authors = ["Onno Valkering", "Tim Müller"]
version.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
async-trait = "0.1.67"
Expand Down
8 changes: 5 additions & 3 deletions brane-cli-c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
[package]
name = "brane-cli-c"
version = { workspace = true }
edition = "2021"
authors = { workspace = true }
description = "Wrapper around `brane-cli` that provides C-bindings for interacting with a remote backend. This allows C-programs to act as a BRANE client."
rust-version = "1.74.1"
edition = "2021"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true


[lib]
Expand Down
8 changes: 5 additions & 3 deletions brane-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-cli"
version = { workspace = true }
authors = { workspace = true }
edition = "2021"
rust-version = "1.74.1"
edition = "2021"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[[bin]]
name = "brane"
Expand Down
4 changes: 3 additions & 1 deletion brane-ctl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-ctl"
version = { workspace = true }
edition = "2021"
authors = [ "Tim Müller" ]
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
license.workspace = true

[[bin]]
name = "branectl"
Expand Down
6 changes: 4 additions & 2 deletions brane-drv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-drv"
version = { workspace = true }
authors = { workspace = true }
edition = "2021"
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
async-trait = "0.1.67"
Expand Down
8 changes: 5 additions & 3 deletions brane-dsl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-dsl"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.67.1"
edition = "2018"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
bytes = "1.2.0"
Expand Down
6 changes: 4 additions & 2 deletions brane-exe/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-exe"
version = { workspace = true }
rust-version = "1.67.1"
edition = "2021"
authors = [ "Tim Müller" ]
rust-version = "1.67.1"
version.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
async-recursion = "1.0.0"
Expand Down
8 changes: 5 additions & 3 deletions brane-job/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-job"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.74.1"
edition = "2018"
version.workspace = true
repository.workspace = true
authors = { workspace = true }
license.workspace = true

[dependencies]
base64 = "0.21.0"
Expand Down
8 changes: 5 additions & 3 deletions brane-let/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-let"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.74.1"
edition = "2018"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[[bin]]
name = "branelet"
Expand Down
6 changes: 4 additions & 2 deletions brane-log/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-log"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.0"
Expand Down
6 changes: 4 additions & 2 deletions brane-oas/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-oas"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.67.1"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.66"
Expand Down
6 changes: 4 additions & 2 deletions brane-plr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-plr"
version = { workspace = true }
authors = { workspace = true }
edition = "2021"
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
async-recursion = "1.0.0"
Expand Down
6 changes: 4 additions & 2 deletions brane-prx/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-prx"
version = { workspace = true }
edition = "2021"
authors = [ "Lut99" ]
authors = [ "Tim Müller" ]
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.66"
Expand Down
4 changes: 3 additions & 1 deletion brane-reg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-reg"
version = { workspace = true }
edition = "2021"
authors = [ "Tim Müller" ]
rust-version = "1.74.1"
version.workspace = true
repository.workspace = true
license.workspace = true

[dependencies]
base64 = "0.21.0"
Expand Down
6 changes: 4 additions & 2 deletions brane-shr/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-shr"
version = { workspace = true }
authors = { workspace = true }
edition = "2021"
rust-version = "1.67.1"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
async-compression = { version = "0.3.15", features = ["tokio","gzip"] }
Expand Down
6 changes: 4 additions & 2 deletions brane-tsk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "brane-tsk"
version = { workspace = true }
edition = "2021"
authors = [ "Tim Müller" ]
rust-version = "1.67.1"
authors = [ "Tim Müller" ]
version.workspace = true
repository.workspace = true
license.workspace = true


[dependencies]
Expand Down
6 changes: 4 additions & 2 deletions overview/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[package]
name = "overview"
version = { workspace = true }
authors = { workspace = true }
description = "Dummy crate for having a nice entrypoint in the generated docs."
rust-version = "1.64.0"
edition = "2021"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true
8 changes: 5 additions & 3 deletions specifications/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
[package]
name = "specifications"
version = { workspace = true }
authors = { workspace = true }
edition = "2018"
rust-version = "1.67.1"
edition = "2018"
version.workspace = true
repository.workspace = true
authors.workspace = true
license.workspace = true

[dependencies]
anyhow = "1.0.66"
Expand Down

0 comments on commit 7f3ae7b

Please sign in to comment.