[dependencies.aes]
version = "0.8"
[dependencies.block-padding]
version = "0.3"
[dependencies.cbc]
version = "0.1"
[dependencies.chrono]
features = ["serde"]
version = "0.4"
[dependencies.md-5]
version = "0.10"
[dependencies.rand]
version = "0.9"
[dependencies.rusqlite]
features = ["bundled"]
version = "0.38"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tempfile]
version = "3.14"
[dependencies.thiserror]
version = "2.0"
[dependencies.uuid]
features = ["v4"]
version = "1.11"
[dependencies.zip]
version = "7.0"
[dev-dependencies]
[features]
default = []
[lib]
name = "iwcore"
path = "src/lib.rs"
[package]
authors = ["IntelliSoftAlpin"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "database"]
description = "IntelliWallet Core - Password manager library with AES-256 encryption"
documentation = "https://docs.rs/iwcore"
edition = "2024"
homepage = "https://intelliwallet.io"
keywords = ["password-manager", "encryption", "aes", "security"]
license = "MIT"
name = "iwcore"
readme = "README.md"
repository = "https://github.com/intellisoftalpin/iwcore"
rust-version = "1.85"
version = "0.1.1"
[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"