diff --git a/examples/basic/Cargo.toml b/examples/basic/Cargo.toml index b95bf57ab6..701fd63c10 100644 --- a/examples/basic/Cargo.toml +++ b/examples/basic/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_example_basic" version = "0.0.0" -authors = ["yvt "] edition = "2021" publish = false diff --git a/examples/basic_gr_peach/Cargo.toml b/examples/basic_gr_peach/Cargo.toml index af9a6970a9..d1a35c9593 100644 --- a/examples/basic_gr_peach/Cargo.toml +++ b/examples/basic_gr_peach/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "basic_gr_peach" version = "0.0.0" -authors = ["yvt "] edition = "2021" publish = false diff --git a/examples/basic_nucleo_f401re/Cargo.toml b/examples/basic_nucleo_f401re/Cargo.toml index 6aba30bc16..c9a9133a74 100644 --- a/examples/basic_nucleo_f401re/Cargo.toml +++ b/examples/basic_nucleo_f401re/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_example_basic_nucleo_f401re" version = "0.0.0" -authors = ["yvt "] edition = "2021" publish = false diff --git a/examples/basic_rp_pico/Cargo.toml b/examples/basic_rp_pico/Cargo.toml index a26842e750..a1e86ec23a 100644 --- a/examples/basic_rp_pico/Cargo.toml +++ b/examples/basic_rp_pico/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_example_basic_rp_pico" version = "0.0.0" -authors = ["yvt "] edition = "2021" publish = false diff --git a/examples/basic_wio_terminal/Cargo.toml b/examples/basic_wio_terminal/Cargo.toml index 15cd51f4ae..dbbea0a991 100644 --- a/examples/basic_wio_terminal/Cargo.toml +++ b/examples/basic_wio_terminal/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_example_basic_wio_terminal" version = "0.0.0" -authors = ["yvt "] edition = "2021" publish = false diff --git a/examples/smp_rp_pico/Cargo.toml b/examples/smp_rp_pico/Cargo.toml index e2bbe23ced..db62be6745 100644 --- a/examples/smp_rp_pico/Cargo.toml +++ b/examples/smp_rp_pico/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_example_smp_rp_pico" version = "0.0.0" -authors = ["yvt "] edition = "2021" publish = false diff --git a/src/arm_semihosting/Cargo.toml b/src/arm_semihosting/Cargo.toml index b1b625c5aa..5e97f621f9 100644 --- a/src/arm_semihosting/Cargo.toml +++ b/src/arm_semihosting/Cargo.toml @@ -1,13 +1,6 @@ [package] name = "arm_semihosting" version = "0.0.0" -authors = [ - "yvt ", - - # The authors of `cortex-m-semihosting` - "The Cortex-M Team ", - "Jorge Aparicio ", -] edition = "2021" publish = false diff --git a/src/r3/Cargo.toml b/src/r3/Cargo.toml index 4a3a5b2271..50a698c199 100644 --- a/src/r3/Cargo.toml +++ b/src/r3/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3" version = "0.1.3" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" diff --git a/src/r3_kernel/Cargo.toml b/src/r3_kernel/Cargo.toml index b6c208ed37..adfad1b3b5 100644 --- a/src/r3_kernel/Cargo.toml +++ b/src/r3_kernel/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_kernel" version = "0.0.0" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "An RTOS kernel implementing the R3 API" diff --git a/src/r3_port_arm/Cargo.toml b/src/r3_port_arm/Cargo.toml index 72f80fb370..78be6168b7 100644 --- a/src/r3_port_arm/Cargo.toml +++ b/src/r3_port_arm/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_arm" version = "0.1.2" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "Arm-A port for R3" diff --git a/src/r3_port_arm_m/Cargo.toml b/src/r3_port_arm_m/Cargo.toml index de18474326..a88defc3e6 100644 --- a/src/r3_port_arm_m/Cargo.toml +++ b/src/r3_port_arm_m/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_arm_m" version = "0.2.1" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "Cortex-M port for R3" diff --git a/src/r3_port_arm_m_test_driver/Cargo.toml b/src/r3_port_arm_m_test_driver/Cargo.toml index 976d414464..17014591c0 100644 --- a/src/r3_port_arm_m_test_driver/Cargo.toml +++ b/src/r3_port_arm_m_test_driver/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_arm_m_test_driver" version = "0.0.0" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" publish = false diff --git a/src/r3_port_arm_test_driver/Cargo.toml b/src/r3_port_arm_test_driver/Cargo.toml index ec255ccf0e..01e64ab3f9 100644 --- a/src/r3_port_arm_test_driver/Cargo.toml +++ b/src/r3_port_arm_test_driver/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_arm_test_driver" version = "0.0.0" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" publish = false diff --git a/src/r3_port_riscv/Cargo.toml b/src/r3_port_riscv/Cargo.toml index be67b42ab4..93f074f4b1 100644 --- a/src/r3_port_riscv/Cargo.toml +++ b/src/r3_port_riscv/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_riscv" version = "0.1.3" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "RISC-V port for R3" diff --git a/src/r3_port_riscv_test_driver/Cargo.toml b/src/r3_port_riscv_test_driver/Cargo.toml index 53fc3aedcd..4f47835f8b 100644 --- a/src/r3_port_riscv_test_driver/Cargo.toml +++ b/src/r3_port_riscv_test_driver/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_riscv_test_driver" version = "0.0.0" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" publish = false diff --git a/src/r3_port_std/Cargo.toml b/src/r3_port_std/Cargo.toml index 35b9f94b38..ca9fbc6216 100644 --- a/src/r3_port_std/Cargo.toml +++ b/src/r3_port_std/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_port_std" version = "0.1.3" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "Simulation environment for running R3 on a hosted environment" diff --git a/src/r3_portkit/Cargo.toml b/src/r3_portkit/Cargo.toml index 234fd8013a..3812d20db8 100644 --- a/src/r3_portkit/Cargo.toml +++ b/src/r3_portkit/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_portkit" version = "0.1.3" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "Utilities for writing a port of R3" diff --git a/src/r3_support_rp2040/Cargo.toml b/src/r3_support_rp2040/Cargo.toml index 4554f5ca11..ae796cdb8d 100644 --- a/src/r3_support_rp2040/Cargo.toml +++ b/src/r3_support_rp2040/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_support_rp2040" version = "0.1.1" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "Supporting package for running R3 on RP2040" diff --git a/src/r3_support_rza1/Cargo.toml b/src/r3_support_rza1/Cargo.toml index 260d919f81..d8c6618800 100644 --- a/src/r3_support_rza1/Cargo.toml +++ b/src/r3_support_rza1/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_support_rza1" version = "0.1.2" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" description = "Supporting package for running R3 on Renesas RZ/A1" diff --git a/src/r3_test_runner/Cargo.toml b/src/r3_test_runner/Cargo.toml index dcaa6b51f0..202529394b 100644 --- a/src/r3_test_runner/Cargo.toml +++ b/src/r3_test_runner/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_test_runner" version = "0.0.0" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" publish = false diff --git a/src/r3_test_suite/Cargo.toml b/src/r3_test_suite/Cargo.toml index 45151d0877..3adb72c323 100644 --- a/src/r3_test_suite/Cargo.toml +++ b/src/r3_test_suite/Cargo.toml @@ -1,7 +1,6 @@ [package] name = "r3_test_suite" version = "0.0.0" -authors = ["yvt "] edition = "2021" license = "MIT OR Apache-2.0" categories = ["embedded", "no-std", "development-tools::testing"]