mirror of
https://github.com/jkcoxson/idevice.git
synced 2026-03-02 06:26:15 +01:00
Replace log crate with tracing
This commit is contained in:
@@ -7,8 +7,8 @@ edition = "2024"
|
||||
[dependencies]
|
||||
idevice = { path = "../idevice", default-features = false }
|
||||
futures = { version = "0.3", optional = true }
|
||||
log = "0.4.26"
|
||||
simplelog = "0.12.2"
|
||||
tracing = { version = "0.1.41" }
|
||||
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
|
||||
once_cell = "1.21.1"
|
||||
tokio = { version = "1.44.1", features = ["full"] }
|
||||
libc = "0.2.171"
|
||||
@@ -17,7 +17,7 @@ plist_ffi = { version = "0.1.6" }
|
||||
uuid = { version = "1.12", features = ["v4"], optional = true }
|
||||
|
||||
[target.'cfg(windows)'.dependencies]
|
||||
windows-sys = { version = "0.60", features = ["Win32_Networking_WinSock"] }
|
||||
windows-sys = { version = "0.61", features = ["Win32_Networking_WinSock"] }
|
||||
|
||||
[features]
|
||||
aws-lc = ["idevice/aws-lc"]
|
||||
|
||||
Reference in New Issue
Block a user