License
Merlin is proprietary CorvidLabs software. From the LICENSE file in
the repository root:
Copyright (c) 2026 CorvidLabs. All rights reserved.
This is proprietary software. No part of this software may be reproduced,
distributed, or transmitted in any form without prior written permission
from CorvidLabs.
Dependencies
Merlin builds on a number of open-source crates and tools, each under their own license:
- Rust toolchain — Apache 2.0 / MIT
- tokio, tokio-util, reqwest, serde, serde_json, clap, toml, anyhow, thiserror, async-trait, futures-util, tempfile, glob — Apache 2.0 / MIT
- fledge — see crates.io/crates/fledge
- spec-sync — see github.com/CorvidLabs/spec-sync
For the complete dependency tree run cargo tree from the workspace
root.