-
-
Notifications
You must be signed in to change notification settings - Fork 95
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
31 changed files
with
54 additions
and
54 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
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-common" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Common stuff shared across heim project crates" | ||
|
@@ -15,7 +15,7 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
cfg-if = "0.1.7" | ||
futures-preview = "0.3.0-alpha.17" | ||
|
||
|
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 = "heim-cpu" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform CPU information" | ||
|
@@ -15,8 +15,8 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
lazy_static = "1.3.0" | ||
cfg-if = "0.1.7" | ||
|
||
|
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 = "heim-derive" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
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
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.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform disk information" | ||
|
@@ -15,8 +15,8 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
cfg-if = "0.1.7" | ||
bitflags = "1.0.4" | ||
|
||
|
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 = "heim-host" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform host information" | ||
|
@@ -16,8 +16,8 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
cfg-if = "0.1.7" | ||
platforms = "0.2.0" | ||
libc = "0.2.58" | ||
|
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 = "heim-memory" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform memory information" | ||
|
@@ -15,8 +15,8 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
cfg-if = "0.1.7" | ||
|
||
[target.'cfg(target_os = "windows")'.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
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.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform network information" | ||
|
@@ -15,8 +15,8 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
cfg-if = "0.1.7" | ||
bitflags = "1.0.4" | ||
macaddr = "0.1" | ||
|
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 = "heim-process" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform processes information" | ||
|
@@ -15,8 +15,8 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
cfg-if = "0.1.7" | ||
libc = "0.2.58" | ||
|
||
|
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 = "heim-virt" | ||
version = "0.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform virtualization system detection" | ||
|
@@ -15,7 +15,7 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
cfg-if = "0.1.9" | ||
|
||
[target.'cfg(target_os = "linux")'.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
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.0.4" | ||
version = "0.0.5" | ||
authors = ["svartalf <[email protected]>"] | ||
edition = "2018" | ||
description = "Cross-platform framework for system information" | ||
|
@@ -15,15 +15,15 @@ maintenance = { status = "experimental" } | |
azure-devops = { project = "heim-rs", pipeline = "heim" } | ||
|
||
[dependencies] | ||
heim-common = { version = "0.0.4", path = "../heim-common" } | ||
heim-derive = { version = "0.0.4", path = "../heim-derive" } | ||
heim-cpu = {version = "0.0.4", path = "../heim-cpu", optional = true } | ||
heim-disk = {version = "0.0.4", path = "../heim-disk", optional = true } | ||
heim-host = { version = "0.0.4", path = "../heim-host", optional = true } | ||
heim-memory = {version = "0.0.4", path = "../heim-memory", optional = true } | ||
heim-net = {version = "0.0.4", path = "../heim-net", optional = true } | ||
heim-process = { version = "0.0.4", path = "../heim-process", optional = true } | ||
heim-virt = { version = "0.0.4", path = "../heim-virt", optional = true } | ||
heim-common = { version = "0.0.5", path = "../heim-common" } | ||
heim-derive = { version = "0.0.5", path = "../heim-derive" } | ||
heim-cpu = {version = "0.0.5", path = "../heim-cpu", optional = true } | ||
heim-disk = {version = "0.0.5", path = "../heim-disk", optional = true } | ||
heim-host = { version = "0.0.5", path = "../heim-host", optional = true } | ||
heim-memory = {version = "0.0.5", path = "../heim-memory", optional = true } | ||
heim-net = {version = "0.0.5", path = "../heim-net", optional = true } | ||
heim-process = { version = "0.0.5", path = "../heim-process", optional = true } | ||
heim-virt = { version = "0.0.5", path = "../heim-virt", optional = true } | ||
|
||
[dev-dependencies] | ||
version-sync = "0.8" | ||
|
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