iwcore 0.1.4

IntelliWallet Core - Password manager library with AES-256 encryption
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "iwcore"
version = "0.1.4"
authors = ["IntelliSoftAlpin"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "IntelliWallet Core - Password manager library with AES-256 encryption"
homepage = "https://intelliwallet.io"
documentation = "https://docs.rs/iwcore"
readme = "README.md"
keywords = [
    "password-manager",
    "encryption",
    "aes",
    "security",
]
categories = [
    "cryptography",
    "database",
]
license = "MIT"
repository = "https://github.com/intellisoftalpin/iwcore"

[features]
default = []

[lib]
name = "iwcore"
path = "src/lib.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.aes]
version = "0.8"

[dependencies.block-padding]
version = "0.3"

[dependencies.cbc]
version = "0.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.md-5]
version = "0.10"

[dependencies.rand]
version = "0.9"

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.14"

[dependencies.thiserror]
version = "2.0"

[dependencies.uuid]
version = "1.11"
features = ["v4"]

[dependencies.zip]
version = "7.0"

[dev-dependencies]