use ;
use ;
use Uuid;
/// A registered user. Corresponds to Python `cognee.modules.users.models.User`.
///
/// Fields intentionally omit `hashed_password` -- the Rust SDK does not
/// implement authentication (see non-goal note in the gap doc). Password
/// handling is delegated to whatever HTTP/auth layer sits on top.