License
Dits is 100% free and open source, dual-licensed under Apache-2.0 OR MIT. You may use, modify, and distribute it under whichever of the two licenses works best for your project — you don't have to comply with both.
What “Apache-2.0 OR MIT” means
This is the same dual-license model used across the Rust ecosystem. The OR is a choice you make as the user: pick Apache-2.0 if you want its explicit patent grant, or MIT if you want the shortest, simplest terms. Either way, there are no usage limits, no file-size caps, and no account required.
Both license texts live in the repository as LICENSE (Apache-2.0) and LICENSE-MIT. The canonical declaration is the license = "Apache-2.0 OR MIT" field in the workspace manifest.