Please commit your Cargo.lock file in the repository
Author: charles-dyfis-netCreated Aug 17, 2023Updated Jun 7, 2026
Not having a Cargo.lock file makes tiktoken harder to use by projects being packaged for deployment with Nix (which runs builds in a sandbox that only has network access when the hash of the content being downloaded is known ahead-of-time), and exposes users to unexpectedly having different dependency resolutions than a release was tested with upstream.
Source: openai/tiktoken