diff --git a/README.md b/README.md index fdfd2f97f..ae2e17ca4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Introduction -[![Build Status](https://github.com/freeopcua/rust-opcua/workflows/OPC%20UA%20for%20Rust/badge.svg)](https://github.com/freeopcua/rust-opcua/actions/workflows/main.yml) +[![Build Status](https://github.com/freeopcua/async-opcua/workflows/OPC%20UA%20for%20Rust/badge.svg)](https://github.com/freeopcua/async-opcua/actions/workflows/main.yml) This is an [OPC UA](https://opcfoundation.org/about/opc-technologies/opc-ua/) server / client API implementation for Rust. diff --git a/async-opcua-client/Cargo.toml b/async-opcua-client/Cargo.toml index 11b2ef80e..178420c0e 100644 --- a/async-opcua-client/Cargo.toml +++ b/async-opcua-client/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-client" version = "0.14.0" description = "OPC UA client API" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/async-opcua-codegen/Cargo.toml b/async-opcua-codegen/Cargo.toml index e152024cc..6d95c03e3 100644 --- a/async-opcua-codegen/Cargo.toml +++ b/async-opcua-codegen/Cargo.toml @@ -4,8 +4,8 @@ version = "0.13.0" edition = "2021" description = "OPC UA code generation library" authors = ["Einar Omang "] -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" diff --git a/async-opcua-core-namespace/Cargo.toml b/async-opcua-core-namespace/Cargo.toml index 1f2ea0623..c6ccfd217 100644 --- a/async-opcua-core-namespace/Cargo.toml +++ b/async-opcua-core-namespace/Cargo.toml @@ -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 ", "Einar Omang "] -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"] diff --git a/async-opcua-core/Cargo.toml b/async-opcua-core/Cargo.toml index 0204df546..fbf5484c0 100644 --- a/async-opcua-core/Cargo.toml +++ b/async-opcua-core/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-core" version = "0.14.0" description = "OPC UA core utils for client and server" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/async-opcua-crypto/Cargo.toml b/async-opcua-crypto/Cargo.toml index d47360cdb..6fb8d4c14 100644 --- a/async-opcua-crypto/Cargo.toml +++ b/async-opcua-crypto/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-crypto" version = "0.14.0" description = "OPC UA cryptography library" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/async-opcua-macros/Cargo.toml b/async-opcua-macros/Cargo.toml index 3432a27c3..d35f25a30 100644 --- a/async-opcua-macros/Cargo.toml +++ b/async-opcua-macros/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-macros" version = "0.14.0" description = "OPC UA support proc macros" authors = ["Einar Omang "] -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"] diff --git a/async-opcua-nodes/Cargo.toml b/async-opcua-nodes/Cargo.toml index bb80bc3df..62d4fcf6c 100644 --- a/async-opcua-nodes/Cargo.toml +++ b/async-opcua-nodes/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-nodes" version = "0.14.0" description = "OPC UA node representation and import framework" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/async-opcua-server/Cargo.toml b/async-opcua-server/Cargo.toml index b60caf404..ad4db9848 100644 --- a/async-opcua-server/Cargo.toml +++ b/async-opcua-server/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-server" version = "0.14.0" description = "OPC UA server API" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/async-opcua-types/Cargo.toml b/async-opcua-types/Cargo.toml index 776e1ef26..14324699f 100644 --- a/async-opcua-types/Cargo.toml +++ b/async-opcua-types/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua-types" version = "0.14.0" description = "OPC UA data types" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/async-opcua-xml/Cargo.toml b/async-opcua-xml/Cargo.toml index 2cf20c44b..dc701fb87 100644 --- a/async-opcua-xml/Cargo.toml +++ b/async-opcua-xml/Cargo.toml @@ -4,8 +4,8 @@ version = "0.14.0" edition = "2021" description = "OPC UA XML loading library" authors = ["Einar Omang "] -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" diff --git a/async-opcua/Cargo.toml b/async-opcua/Cargo.toml index 69cc637c0..22ccd8662 100644 --- a/async-opcua/Cargo.toml +++ b/async-opcua/Cargo.toml @@ -3,8 +3,8 @@ name = "async-opcua" version = "0.14.0" description = "OPC UA client and server API" authors = ["Adam Lock ", "Einar Omang "] -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"] diff --git a/samples/simple-server/src/main.rs b/samples/simple-server/src/main.rs index 46c0d7ae3..8a4b914d2 100644 --- a/samples/simple-server/src/main.rs +++ b/samples/simple-server/src/main.rs @@ -29,7 +29,7 @@ async fn main() { let (server, handle) = ServerBuilder::new() .with_config_from("../server.conf") .build_info(BuildInfo { - product_uri: "https://github.com/freeopcua/rust-opcua".into(), + product_uri: "https://github.com/freeopcua/async-opcua".into(), manufacturer_name: "Rust OPC-UA".into(), product_name: "Rust OPC-UA sample server".into(), // Here you could use something to inject the build time, version, number at compile time diff --git a/tools/certificate-creator/Cargo.toml b/tools/certificate-creator/Cargo.toml index ac81483a3..e01ead4cb 100644 --- a/tools/certificate-creator/Cargo.toml +++ b/tools/certificate-creator/Cargo.toml @@ -3,7 +3,7 @@ name = "async-opcua-certificate-creator" version = "0.13.0" description = "OPC UA certificate creator" authors = ["Adam Lock "] -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"]