authors & homepage => Parity

This commit is contained in:
Gav Wood 2016-12-11 19:43:58 +01:00
parent c33901bd9f
commit 94f5501c61
No known key found for this signature in database
GPG Key ID: C49C1ACA1CC9B252
40 changed files with 54 additions and 54 deletions

View File

@ -3,7 +3,7 @@ description = "Ethcore client."
name = "parity" name = "parity"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -3,7 +3,7 @@ description = "Parity Dapps crate"
name = "ethcore-dapps" name = "ethcore-dapps"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[lib] [lib]

View File

@ -3,7 +3,7 @@ description = "Base Package for all Parity built-in dapps"
name = "parity-dapps-glue" name = "parity-dapps-glue"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore Parity UI" description = "Ethcore Parity UI"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "parity-ui" name = "parity-ui"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[build-dependencies] [build-dependencies]
rustc_version = "0.1" rustc_version = "0.1"

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore Database" description = "Ethcore Database"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-db" name = "ethcore-db"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore development/test/build tools" description = "Ethcore development/test/build tools"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-devtools" name = "ethcore-devtools"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
rand = "0.3" rand = "0.3"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethash" name = "ethash"
version = "1.5.0" version = "1.5.0"
authors = ["arkpar <arkadiy@ethcore.io"] authors = ["Parity Technologies <admin@parity.io>"]
[lib] [lib]

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore library" description = "Ethcore library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore" name = "ethcore"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Fetching hash-addressed content." description = "Fetching hash-addressed content."
homepage = "https://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-hash-fetch" name = "ethcore-hash-fetch"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
log = "0.3" log = "0.3"

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Parity LES primitives" description = "Parity LES primitives"
homepage = "https://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-light" name = "ethcore-light"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethcrypto" name = "ethcrypto"
version = "0.1.0" version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
rust-crypto = "0.2.36" rust-crypto = "0.2.36"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethkey" name = "ethkey"
version = "0.2.0" version = "0.2.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
rand = "0.3.14" rand = "0.3.14"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethstore" name = "ethstore"
version = "0.1.0" version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]

View File

@ -2,7 +2,7 @@
name = "evm" name = "evm"
description = "Parity's EVM implementation" description = "Parity's EVM implementation"
version = "0.1.0" version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[lib] [lib]
name = "evm" name = "evm"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "evmjit" name = "evmjit"
version = "1.5.0" version = "1.5.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
[lib] [lib]
crate-type = ["dylib"] crate-type = ["dylib"]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethcore-ipc-codegen" name = "ethcore-ipc-codegen"
version = "1.5.0" version = "1.5.0"
authors = ["Nikolay Volf"] authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL-3.0" license = "GPL-3.0"
description = "Macros to auto-generate implementations for ipc call" description = "Macros to auto-generate implementations for ipc call"
build = "build.rs" build = "build.rs"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethcore-ipc-hypervisor" name = "ethcore-ipc-hypervisor"
version = "1.2.0" version = "1.2.0"
authors = ["Nikolay Volf <nikolay@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL-3.0" license = "GPL-3.0"
build = "build.rs" build = "build.rs"

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethcore-ipc-nano" name = "ethcore-ipc-nano"
version = "1.5.0" version = "1.5.0"
authors = ["Nikolay Volf <nikolay@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL-3.0" license = "GPL-3.0"
[features] [features]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethcore-ipc" name = "ethcore-ipc"
version = "1.5.0" version = "1.5.0"
authors = ["Nikolay Volf <nikvolf@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
license = "GPL-3.0" license = "GPL-3.0"
[features] [features]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethcore-ipc-tests" name = "ethcore-ipc-tests"
version = "0.1.0" version = "0.1.0"
authors = ["Nikolay Volf"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[lib] [lib]

View File

@ -3,7 +3,7 @@ description = "Parity built-in dapps."
name = "parity-ui-precompiled" name = "parity-ui-precompiled"
version = "1.4.0" version = "1.4.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[features] [features]

View File

@ -3,7 +3,7 @@ description = "Parity built-in dapps."
name = "parity-ui-dev" name = "parity-ui-dev"
version = "1.4.0" version = "1.4.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[features] [features]

View File

@ -1,7 +1,7 @@
[package] [package]
name = "ethjson" name = "ethjson"
version = "0.1.0" version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]

View File

@ -3,7 +3,7 @@ description = "Ethcore client."
name = "ethcore-logger" name = "ethcore-logger"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
log = "0.3" log = "0.3"

View File

@ -3,7 +3,7 @@ description = "Ethcore jsonrpc"
name = "ethcore-rpc" name = "ethcore-rpc"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[lib] [lib]

View File

@ -3,7 +3,7 @@ description = "Rpc test client."
name = "rpctest" name = "rpctest"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
ctrlc = { git = "https://github.com/ethcore/rust-ctrlc.git" } ctrlc = { git = "https://github.com/ethcore/rust-ctrlc.git" }

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore Trusted Signer" description = "Ethcore Trusted Signer"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-signer" name = "ethcore-signer"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -3,7 +3,7 @@ description = "Ethcore stratum lib"
name = "ethcore-stratum" name = "ethcore-stratum"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -3,7 +3,7 @@ description = "Ethcore blockchain sync"
name = "ethsync" name = "ethsync"
version = "1.5.0" version = "1.5.0"
license = "GPL-3.0" license = "GPL-3.0"
authors = ["Ethcore <admin@ethcore.io"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[lib] [lib]

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore utility library" description = "Ethcore utility library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-util" name = "ethcore-util"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]

View File

@ -1,11 +1,11 @@
[package] [package]
description = "Large fixed-size integers and hash function outputs" description = "Large fixed-size integers and hash function outputs"
homepage = "http://ethcore.io" homepage = "http://parity.io"
repository = "https://github.com/ethcore/parity" repository = "https://github.com/ethcore/parity"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-bigint" name = "ethcore-bigint"
version = "0.1.2" version = "0.1.2"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -1,7 +1,7 @@
[project] [project]
name = "ethcore-bloom-journal" name = "ethcore-bloom-journal"
version = "0.1.0" version = "0.1.0"
authors = ["Ethcore<admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
description = "Journaling bloom filter" description = "Journaling bloom filter"
license = "GPL3" license = "GPL3"

View File

@ -1,10 +1,10 @@
[package] [package]
description = "HTTP/HTTPS fetching library" description = "HTTP/HTTPS fetching library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "fetch" name = "fetch"
version = "0.1.0" version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
log = "0.3" log = "0.3"

View File

@ -1,10 +1,10 @@
[package] [package]
description = "HTTPS fetching library" description = "HTTPS fetching library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "https-fetch" name = "https-fetch"
version = "0.1.0" version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
log = "0.3" log = "0.3"

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore IO library" description = "Ethcore IO library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-io" name = "ethcore-io"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
mio = { git = "https://github.com/ethcore/mio" } mio = { git = "https://github.com/ethcore/mio" }

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Ethcore network library" description = "Ethcore network library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "ethcore-network" name = "ethcore-network"
version = "1.5.0" version = "1.5.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
log = "0.3" log = "0.3"

View File

@ -3,7 +3,7 @@ description = "Recursive-length prefix encoding, decoding, and compression"
license = "GPL-3.0" license = "GPL-3.0"
name = "rlp" name = "rlp"
version = "0.1.0" version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]
elastic-array = { git = "https://github.com/ethcore/elastic-array" } elastic-array = { git = "https://github.com/ethcore/elastic-array" }

View File

@ -1,10 +1,10 @@
[package] [package]
description = "Rust bindings for tinykeccak C library" description = "Rust bindings for tinykeccak C library"
homepage = "http://ethcore.io" homepage = "http://parity.io"
license = "GPL-3.0" license = "GPL-3.0"
name = "sha3" name = "sha3"
version = "0.1.0" version = "0.1.0"
authors = ["Ethcore <admin@ethcore.io>"] authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs" build = "build.rs"
[build-dependencies] [build-dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "table" name = "table"
version = "0.1.0" version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "using_queue" name = "using_queue"
version = "0.1.0" version = "0.1.0"
authors = ["debris <marek.kotewicz@gmail.com>"] authors = ["Parity Technologies <admin@parity.io>"]
[dependencies] [dependencies]