forked from heim-rs/heim
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
24 changed files
with
63 additions
and
63 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,6 +1,6 @@ | ||
[package] | ||
name = "heim-common" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Common stuff shared across heim project crates" | ||
|
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 = "heim-cpu" | ||
version = "0.1.0-beta.3" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform CPU information" | ||
|
@@ -11,8 +11,8 @@ readme = "README.md" | |
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
futures = { version = "~0.3", default-features = false, features = ["std"] } | ||
lazy_static = "1.3.0" | ||
cfg-if = "~1.0" | ||
|
@@ -43,7 +43,7 @@ libc = "~ 0.2" | |
mach = "0.3.2" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
futures = "~0.3" | ||
version-sync = "0.9" | ||
|
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 = "heim-derive" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Derive macros for heim crates" | ||
|
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 = "heim-disk" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform disk information" | ||
|
@@ -11,8 +11,8 @@ readme = "README.md" | |
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
cfg-if = "~1.0" | ||
bitflags = "1.0.4" | ||
|
||
|
@@ -33,7 +33,7 @@ mach = "0.3.2" | |
core-foundation = "~0.9" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
futures = "~0.3" | ||
version-sync = "0.9" | ||
|
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 = "heim-host" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform host information" | ||
|
@@ -13,14 +13,14 @@ build = "build.rs" | |
|
||
[dependencies] | ||
log = "~0.4" | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
cfg-if = "~1.0" | ||
platforms = "~1.0" | ||
libc = "~0.2" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
futures = "~0.3" | ||
smol = "~1.2" | ||
version-sync = "0.9" | ||
|
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 = "heim-memory" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform memory information" | ||
|
@@ -11,8 +11,8 @@ readme = "README.md" | |
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
cfg-if = "~1.0" | ||
|
||
[target.'cfg(target_os = "windows")'.dependencies] | ||
|
@@ -25,7 +25,7 @@ mach = "0.3.2" | |
lazy_static = "1.3.0" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
version-sync = "0.9" | ||
|
||
|
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 = "heim-net" | ||
version = "0.1.0-beta.2" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform network information" | ||
|
@@ -11,8 +11,8 @@ readme = "README.md" | |
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
cfg-if = "~1.0" | ||
bitflags = "^1.0" | ||
macaddr = "1.0" | ||
|
@@ -22,7 +22,7 @@ libc = "~0.2" | |
nix = "~0.19" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
futures = "~0.3" | ||
version-sync = "0.9" | ||
|
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 = "heim-process" | ||
version = "0.1.1-beta.3" | ||
version = "0.1.1-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform processes information" | ||
|
@@ -15,9 +15,9 @@ maintenance = { status = "actively-developed" } | |
github-actions = { repository = "heim-rs/heim", workflow = "Tier 1 CI" } | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-cpu = { version = "0.1.0-beta.3", path = "../heim-cpu" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
heim-cpu = { version = "0.1.0-rc.1", path = "../heim-cpu" } | ||
cfg-if = "~1.0" | ||
libc = "~0.2" | ||
lazy_static = "1.3.0" | ||
|
@@ -29,12 +29,12 @@ async-trait = "~0.1" | |
futures = { version = "~0.3", default-features = false } | ||
|
||
[target.'cfg(target_os = "linux")'.dependencies] | ||
heim-net = { version = "0.1.0-beta.2", path = "../heim-net" } | ||
heim-host = { version = "0.1.0-beta.1", path = "../heim-host" } | ||
heim-net = { version = "0.1.0-rc.1", path = "../heim-net" } | ||
heim-host = { version = "0.1.0-rc.1", path = "../heim-host" } | ||
smol = "~1.2" | ||
|
||
[target.'cfg(target_os = "windows")'.dependencies] | ||
heim-host = { version = "0.1.0-beta.1", path = "../heim-host" } | ||
heim-host = { version = "0.1.0-rc.1", path = "../heim-host" } | ||
ntapi = "0.3.3" | ||
|
||
[target.'cfg(target_os = "windows")'.dependencies.winapi] | ||
|
@@ -57,7 +57,7 @@ mach = "0.3.2" | |
darwin-libproc = "0.2.0" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
futures = { version = "~0.3", default-features = false } | ||
futures-timer = "^3.0" | ||
|
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 = "heim-runtime" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Runtime shims for heim crate" | ||
|
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 = "heim-sensors" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform sensors information" | ||
|
@@ -11,12 +11,12 @@ readme = "README.md" | |
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
cfg-if = "~1.0" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
version-sync = "0.9" | ||
|
||
|
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 = "heim-virt" | ||
version = "0.1.0-beta.1" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform virtualization system detection" | ||
|
@@ -11,16 +11,16 @@ readme = "README.md" | |
license = "Apache-2.0 OR MIT" | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
cfg-if = "~1.0" | ||
futures = { version = "~0.3", default-features = false, features = ["std", "async-await"] } | ||
|
||
[target.'cfg(all(target_os = "linux", any(target_arch="x86", target_arch="x86_64")))'.dependencies] | ||
raw-cpuid = "~8.1" | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
smol = "~1.2" | ||
tempfile = "3.0" | ||
version-sync = "0.9" | ||
|
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 = "heim" | ||
version = "0.1.0-beta.3" | ||
version = "0.1.0-rc.1" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform framework for system information" | ||
|
@@ -17,19 +17,19 @@ is-it-maintained-issue-resolution = { repository = "heim-rs/heim" } | |
is-it-maintained-open-issues = { repository = "heim-rs/heim" } | ||
|
||
[dependencies] | ||
heim-common = { version = "0.1.0-beta.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-beta.1", path = "../heim-runtime" } | ||
heim-cpu = {version = "0.1.0-beta.3", path = "../heim-cpu", optional = true } | ||
heim-disk = {version = "0.1.0-beta.1", path = "../heim-disk", optional = true } | ||
heim-host = { version = "0.1.0-beta.1", path = "../heim-host", optional = true } | ||
heim-memory = {version = "0.1.0-beta.1", path = "../heim-memory", optional = true } | ||
heim-net = {version = "0.1.0-beta.2", path = "../heim-net", optional = true } | ||
heim-process = { version = "0.1.1-beta.3", path = "../heim-process", optional = true } | ||
heim-virt = { version = "0.1.0-beta.1", path = "../heim-virt", optional = true } | ||
heim-sensors = { version = "0.1.0-beta.1", path = "../heim-sensors", optional = true } | ||
heim-common = { version = "0.1.0-rc.1", path = "../heim-common" } | ||
heim-runtime = { version = "0.1.0-rc.1", path = "../heim-runtime" } | ||
heim-cpu = {version = "0.1.0-rc.1", path = "../heim-cpu", optional = true } | ||
heim-disk = {version = "0.1.0-rc.1", path = "../heim-disk", optional = true } | ||
heim-host = { version = "0.1.0-rc.1", path = "../heim-host", optional = true } | ||
heim-memory = {version = "0.1.0-rc.1", path = "../heim-memory", optional = true } | ||
heim-net = {version = "0.1.0-rc.1", path = "../heim-net", optional = true } | ||
heim-process = { version = "0.1.1-rc.1", path = "../heim-process", optional = true } | ||
heim-virt = { version = "0.1.0-rc.1", path = "../heim-virt", optional = true } | ||
heim-sensors = { version = "0.1.0-rc.1", path = "../heim-sensors", optional = true } | ||
|
||
[dev-dependencies] | ||
heim-derive = { version = "0.1.0-beta.1", path = "../heim-derive" } | ||
heim-derive = { version = "0.1.0-rc.1", path = "../heim-derive" } | ||
version-sync = "0.9" | ||
|
||
[features] | ||
|
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