# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sos-migrate" version = "0.7.1" description = "Migration library for the Save Our Secrets SDK." homepage = "https://saveoursecrets.com" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/saveoursecrets/sdk" [package.metadata.docs.rs] all-features = true [dependencies.async-trait] version = "0.1" [dependencies.async_zip] version = "0.0.15" features = [ "deflate", "tokio", ] default-features = false [dependencies.csv-async] version = "1" features = [ "tokio", "with_serde", ] [dependencies.dirs] version = "4" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.hex] version = "0.4" features = ["serde"] [dependencies.parking_lot] version = "0.12" [dependencies.secrecy] version = "0.8" features = ["serde"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sos-sdk] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.time] version = "0.3.19" features = [ "serde-human-readable", "local-offset", "wasm-bindgen", ] [dependencies.tokio] version = "1" features = ["sync"] default-features = false [dependencies.tokio-util] version = "0.7" features = ["compat"] default-features = false [dependencies.url] version = "2" features = ["serde"] [dependencies.vcard4] version = "0.4.4" features = ["serde"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.sos-sdk] version = "0.7" features = ["test-utils"] [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ] default-features = false [build-dependencies.rustc_version] version = "0.4.0" [features] interactive-keychain-tests = [] [target."cfg(target_os=\"macos\")".dependencies.logos] version = "0.12" [target."cfg(target_os=\"macos\")".dependencies.plist] version = "1" [target."cfg(target_os=\"macos\")".dependencies.security-framework] version = "2.8"