|
@@ -10,7 +10,7 @@ members = ["cdylib", "example"]
|
|
[dependencies]
|
|
[dependencies]
|
|
gimli = { version = "0.25.0", default-features = false, features = ["read"] }
|
|
gimli = { version = "0.25.0", default-features = false, features = ["read"] }
|
|
libc = { version = "0.2", optional = true }
|
|
libc = { version = "0.2", optional = true }
|
|
-spin = { version = "0.9", default-features = false, features = ["mutex", "spin_mutex"] }
|
|
|
|
|
|
+spin = { version = "0.9", optional = true, default-features = false, features = ["mutex", "spin_mutex"] }
|
|
|
|
|
|
[patch.crates-io]
|
|
[patch.crates-io]
|
|
gimli = { git = "https://github.com/gimli-rs/gimli.git" }
|
|
gimli = { git = "https://github.com/gimli-rs/gimli.git" }
|
|
@@ -31,7 +31,7 @@ panic = ["alloc"]
|
|
panic-handler = ["print", "panic"]
|
|
panic-handler = ["print", "panic"]
|
|
panic-handler-dummy = []
|
|
panic-handler-dummy = []
|
|
system-alloc = []
|
|
system-alloc = []
|
|
-default = ["unwinder", "dwarf-expr", "hide-trace", "fde-phdr", "fde-registry"]
|
|
|
|
|
|
+default = ["unwinder", "dwarf-expr", "hide-trace", "fde-phdr", "fde-registry", "spin"]
|
|
|
|
|
|
[profile.dev]
|
|
[profile.dev]
|
|
# Must be turned on due to Rust bug https://github.com/rust-lang/rust/issues/50007
|
|
# Must be turned on due to Rust bug https://github.com/rust-lang/rust/issues/50007
|