The `lexe` Rust SDK is not on crates.io yet! You want this:
```toml
[dependencies]
lexe = { git = "https://github.com/lexe-app/lexe-public" }
```
Lexe Wallet is a self-custodial mobile Bitcoin wallet with cutting edge
Lightning UX. The Lexe SDK makes it easy to create wallets and control
them programmatically.
Learn more: <https://docs.lexe.tech/>
Rustdoc: <https://rust.lexe.tech/>