-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Just a quick find-replace for the new repository name.
- Loading branch information
Showing
14 changed files
with
25 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-client" | |
version = "0.14.0" | ||
description = "OPC UA client API" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ version = "0.13.0" | |
edition = "2021" | ||
description = "OPC UA code generation library" | ||
authors = ["Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
readme = "../README.md" | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-core-namespace" | |
version = "0.14.0" | ||
description = "OPC UA generated code for the core namespace" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-core" | |
version = "0.14.0" | ||
description = "OPC UA core utils for client and server" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-crypto" | |
version = "0.14.0" | ||
description = "OPC UA cryptography library" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-macros" | |
version = "0.14.0" | ||
description = "OPC UA support proc macros" | ||
authors = ["Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-nodes" | |
version = "0.14.0" | ||
description = "OPC UA node representation and import framework" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-server" | |
version = "0.14.0" | ||
description = "OPC UA server API" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua-types" | |
version = "0.14.0" | ||
description = "OPC UA data types" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -4,8 +4,8 @@ version = "0.14.0" | |
edition = "2021" | ||
description = "OPC UA XML loading library" | ||
authors = ["Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
readme = "../README.md" | ||
|
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 |
---|---|---|
|
@@ -3,8 +3,8 @@ name = "async-opcua" | |
version = "0.14.0" | ||
description = "OPC UA client and server API" | ||
authors = ["Adam Lock <[email protected]>", "Einar Omang <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
repository = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
repository = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ name = "async-opcua-certificate-creator" | |
version = "0.13.0" | ||
description = "OPC UA certificate creator" | ||
authors = ["Adam Lock <[email protected]>"] | ||
homepage = "https://github.com/freeopcua/rust-opcua" | ||
homepage = "https://github.com/freeopcua/async-opcua" | ||
license = "MPL-2.0" | ||
keywords = ["opcua", "opc", "ua"] | ||
categories = ["embedded", "network-programming"] | ||
|