Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Providing a way to eliminate extra dependencies #87

Open
djc opened this issue Sep 27, 2021 · 2 comments
Open

Providing a way to eliminate extra dependencies #87

djc opened this issue Sep 27, 2021 · 2 comments

Comments

@djc
Copy link
Contributor

djc commented Sep 27, 2021

I just upgraded from chrono_tz 0.5.3 to 0.6.0 and in the process, a whole bunch of new dependencies appeared in my Cargo.lock: chrono-tz-build, phf, phf_codegen, phf_codegen, phf_generator, phf_shared, siphasher and uncased. These seem to be required in 0.6.0 even if I disable the default features. #84 seems to have introduced most of these.

Please consider restructuring things so that this stuff can be disabled. My project really only wants chrono_tz::America::Los_Angeles, and it would be a pity if pulling in all this other stuff was mandatory.

@frederikhors
Copy link

@djc did you find a way?

@djc
Copy link
Contributor Author

djc commented Mar 11, 2024

I did not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants