-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove metadata from root cargo.toml
- Loading branch information
1 parent
c05d8cd
commit edddd1f
Showing
37 changed files
with
202 additions
and
86 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "interop-cpp" | ||
version = "0.1.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
publish = false | ||
|
||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "ping_pong_with_noise" | ||
version = "0.1.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
publish = false | ||
|
||
|
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,7 +1,7 @@ | ||
[package] | ||
name = "ping_pong_without_noise" | ||
version = "0.1.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
publish = false | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "binary_sv2" | ||
version = "1.2.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 data format" | ||
license = "MIT" | ||
documentation = "https://docs.rs/binary_sv2/1.2.0/binary_sv2/" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "binary_codec_sv2" | ||
version = "1.2.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 data format" | ||
license = "MIT" | ||
documentation = "https://docs.rs/binary_codec_sv2/1.2.0" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "derive_codec_sv2" | ||
version = "1.1.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Derive macro for Sv2 binary format serializer and deserializer" | ||
license = "MIT" | ||
documentation = "https://docs.rs/derive_codec_sv2/1.1.0" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "serde_sv2" | ||
version = "1.0.1" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Serlializer and Deserializer for Stratum V2 data format" | ||
license = "MIT" | ||
documentation = "https://docs.rs/serde_sv2/1.0.1" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "codec_sv2" | ||
version = "1.2.1" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 data format" | ||
license = "MIT" | ||
documentation = "https://docs.rs/codec_sv2/1.2.1" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
[dependencies] | ||
serde = { version = "1.0.89", default-features = false, optional = true } | ||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "const_sv2" | ||
version = "2.0.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 constatnts" | ||
license = "MIT" | ||
documentation = "https://docs.rs/const_sv2/2.0.0/const_sv2/" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "framing_sv2" | ||
version = "2.0.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 frames" | ||
license = "MIT" | ||
documentation = "https://docs.rs/framing_sv2/2.0.0" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "noise_sv2" | ||
version = "1.1.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 noise" | ||
license = "MIT" | ||
documentation = "https://docs.rs/noise_sv2/1.1.0" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
[dependencies] | ||
secp256k1 = { version = "0.28.2", default-features = false, features =["hashes", "alloc","rand","rand-std"] } | ||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "common_messages_sv2" | ||
version = "2.0.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 subprotocol common messages" | ||
license = "MIT" | ||
documentation = "https://docs.rs/common_messages_sv2/2.0.0" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "job_declaration_sv2" | ||
version = "1.0.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "SV2 job declaration protocol types" | ||
license = "MIT OR Apache-2.0" | ||
documentation = "https://docs.rs/job_declaration_sv2/1.0.0" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
|
||
[dependencies] | ||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "mining_sv2" | ||
version = "1.0.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "SV2 mining protocol types" | ||
license = "MIT OR Apache-2.0" | ||
documentation = "https://docs.rs/mining_sv2/1.0.0 | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "template_distribution_sv2" | ||
version = "1.0.2" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "Sv2 template distribution subprotocol" | ||
license = "MIT" | ||
documentation = "https://docs.rs/template_distribution_sv2/1.0.2" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html | ||
|
||
|
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,11 +1,15 @@ | ||
[package] | ||
name = "sv2_ffi" | ||
version = "1.0.0" | ||
authors = ["fi3 <[email protected]>"] | ||
authors = ["The Stratum v2 Developers"] | ||
edition = "2018" | ||
readme = "README.md" | ||
description = "SV2 FFI" | ||
license = "MIT OR Apache-2.0" | ||
documentation = "https://github.com/stratum-mining/stratum" | ||
license = "MIT + Apache-2.0" | ||
repository = "https://github.com/stratum-mining/stratum" | ||
homepage = "https://stratumprotocol.org" | ||
keywords = ["stratum", "mining", "bitcoin", "protocol"] | ||
|
||
[lib] | ||
crate-type = ["staticlib"] | ||
|
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
Oops, something went wrong.