Chasm - Universal Chat Session Manager
Copyright 2024-2026 Nervosys LLC
This product includes software developed at Nervosys LLC (https://nervosys.ai/).
================================================================================
This project contains code from the following third-party libraries:
--------------------------------------------------------------------------------
Rust Standard Library and Ecosystem
--------------------------------------------------------------------------------
This software makes use of the Rust programming language and its ecosystem,
which are dual-licensed under Apache 2.0 and MIT licenses.
See: https://www.rust-lang.org/policies/licenses
--------------------------------------------------------------------------------
Third-Party Dependencies
--------------------------------------------------------------------------------
This software includes the following third-party dependencies, each with their
own licenses. A complete list of dependencies and their licenses can be found
by running `cargo tree` or examining the Cargo.lock file.
Key dependencies include:
- clap (MIT/Apache-2.0) - Command line argument parser
- tokio (MIT) - Async runtime
- serde (MIT/Apache-2.0) - Serialization framework
- rusqlite (MIT) - SQLite bindings
- actix-web (MIT/Apache-2.0) - Web framework
- reqwest (MIT/Apache-2.0) - HTTP client
- ratatui (MIT) - Terminal UI framework
For the complete list of dependencies and their licenses, see:
https://github.com/nervosys/chasm/blob/main/THIRD_PARTY_LICENSES.md
================================================================================
TRADEMARKS
"Chasm" and the Chasm logo are trademarks of Nervosys LLC.
The following are trademarks of their respective owners:
- "VS Code" and "Visual Studio Code" are trademarks of Microsoft Corporation
- "GitHub Copilot" is a trademark of GitHub, Inc.
- "Cursor" is a trademark of Anysphere Inc.
- Other product names mentioned herein may be trademarks of their respective owners
================================================================================