By default, the binary is built as well. If you don't want/need it, then build like this:
```bash
cargo build --no-default-features ```
Or put in your Cargo.toml file:
Cargo.toml
toml tzf-rs = { version = "0.4.0", default-features = false }