Buttplug sex toy control library

build: Remove lib crate-type directive

I don't think we actually care about this and it can cause weirdness

+11 -12
+1 -1
crates/buttplug_client/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"
+1 -1
crates/buttplug_client_in_process/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [features] 23 23 default = ["btleplug-manager", "hid-manager", "lovense-dongle-manager", "lovense-connect-service-manager", "serial-manager", "websocket-manager", "xinput-manager"]
-1
crates/buttplug_core/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 21 20 22 21 [features] 23 22 default=["tokio-runtime"]
+1 -1
crates/buttplug_server/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [features] 23 23 default=[]
+1 -1
crates/buttplug_server_hwmgr_btleplug/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"
+1 -1
crates/buttplug_server_hwmgr_hid/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"
+1 -1
crates/buttplug_server_hwmgr_lovense_connect/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 23 23 # Only build docs on one platform (linux)
+1 -1
crates/buttplug_server_hwmgr_lovense_dongle/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"
+1 -1
crates/buttplug_server_hwmgr_serial/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"
+1 -1
crates/buttplug_server_hwmgr_websocket/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 23 23 # Only build docs on one platform (linux)
+1 -1
crates/buttplug_server_hwmgr_xinput/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"
+1 -1
crates/buttplug_transport_websocket_tungstenite/Cargo.toml
··· 17 17 test = true 18 18 doctest = true 19 19 doc = true 20 - crate-type = ["cdylib", "rlib"] 20 + 21 21 22 22 [dependencies] 23 23 buttplug_derive = "0.8.1"