# 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 = "bell_system" version = "0.0.1" authors = ["Ronaldson Bellande "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Advanced privilege escalation system with multi-level security and compliance features" documentation = "https://bellande-architecture-mechanism-research-innovation-center.org/bell/docs" readme = "README.md" keywords = [ "privilege-escalation", "security", "authentication", "system", "bellande_bell_system", ] categories = [ "command-line-utilities", "authentication", ] license = "GPL-3.0-or-later" repository = "https://github.com/Architecture-Mechanism/bell" [package.metadata.bellande] minimum-rust-version = "1.70.0" organization = "Architecture-Mechanism" project-type = "system-security" security-contact = "security@bellande-architecture-mechanism-research-innovation-center.org" supported-os = [ "bellandeos", "linux", "macos", ] [lib] name = "bell" path = "src/bell.rs" [dependencies.aes-gcm] version = "0.10.1" features = ["std"] [dependencies.anyhow] version = "1.0" [dependencies.argon2] version = "0.5" features = [ "std", "password-hash", ] [dependencies.base64] version = "0.21" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.ipnetwork] version = "0.20.0" [dependencies.lettre] version = "0.10" features = [ "rustls-tls", "smtp-transport", ] [dependencies.libc] version = "0.2.144" features = ["extra_traits"] [dependencies.libseccomp] version = "0.3" [dependencies.local-ip-address] version = "0.5" [dependencies.log] version = "0.4.17" [dependencies.log4rs] version = "1.2.0" [dependencies.nix] version = "0.26.2" [dependencies.rand] version = "0.8.5" [dependencies.rand_core] version = "0.6.4" [dependencies.regex] version = "1.5" [dependencies.reqwest] version = "0.11" features = [ "json", "rustls-tls", ] [dependencies.rusqlite] version = "0.29" features = ["bundled"] [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10.6" [dependencies.structopt] version = "0.3.26" [dependencies.syscallz] version = "0.17" [dependencies.sysinfo] version = "0.29" [dependencies.thiserror] version = "1.0.40" [dependencies.tokio] version = "1.28" features = ["full"] [dependencies.toml] version = "0.7.3" [dependencies.totp-rs] version = "5.0.2" features = ["gen_secret"] [dependencies.walkdir] version = "2.4" [features] advanced-audit = [] default = ["standard"] enterprise = [ "hsm", "advanced-audit", "network-isolation", ] hsm = [] network-isolation = [] standard = [] [target."cfg(unix)".dependencies.users] version = "0.11.0"