Skip to content

Commit

Permalink
Set license to MIT OR Apache-2.0, with Asivery's permission
Browse files Browse the repository at this point in the history
  • Loading branch information
G2-Games committed Jun 19, 2024
1 parent 4f0a189 commit 1ce0552
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 669 deletions.
20 changes: 12 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,28 @@
[package]
name = "minidisc"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
homepage = "https://github.com/G2-Games/minidisc-rs/"
repository = "https://github.com/G2-Games/minidisc-rs/"
documentation = "https://docs.rs/cross_usb"
description = "A library for interacting with NetMD and Hi-MD minidisc devices."
license = "AGPL-3.0"
license = "MIT OR Apache-2.0"
authors = ["G2 <[email protected]>", "Asivery"]
readme = "README.md"

keywords = ["minidisc"]
keywords = ["minidisc", "netmd", "net-md", "hi-md", "sony"]
categories = ["hardware-support", "wasm", "multimedia::audio"]

# Have docs.rs make documentation for most supported targets
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu", "x86_64-pc-windows-msvc", "aarch64-pc-windows-msvc", "x86_64-apple-darwin", "aarch64-apple-darwin", "wasm32-unknown-unknown"]
targets = [
"x86_64-unknown-linux-gnu",
"x86_64-pc-windows-msvc",
"aarch64-pc-windows-msvc",
"x86_64-apple-darwin",
"aarch64-apple-darwin",
"wasm32-unknown-unknown"
]

[lib]
crate-type = ["cdylib", "rlib"]
Expand All @@ -28,7 +35,7 @@ once_cell = "1.18.0"
unicode-normalization = "0.1.22"
regex = "1.10"
cross_usb = "0.3"
num-derive = "0.3.3"
num-derive = "0.4.2"
num-traits = "0.2.14"
rand = "0.8.5"
getrandom = { version = "0.2", features = ["js"] }
Expand All @@ -44,6 +51,3 @@ byteorder = "1.5.0"
[target.'cfg(target_family = "wasm")'.dependencies]
gloo = { version = "0.11.0", features = ["futures", "worker"] }
futures = "0.3.30"

[package.metadata.wasm-pack.profile.dev.wasm-bindgen]
dwarf-debug-info = true
Loading

0 comments on commit 1ce0552

Please sign in to comment.