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

clean up dependencies #4

Closed
iqualfragile opened this issue Nov 26, 2016 · 1 comment
Closed

clean up dependencies #4

iqualfragile opened this issue Nov 26, 2016 · 1 comment

Comments

@iqualfragile
Copy link

as stated earlier, networking should be optional, so hyper and all its dependencies can be made an optional feature
maplit is largely useless, as you can just do vec![(a,b),(c,d),...].into_iter().collect() and get a hashmap.
rust_crypto is a) not secure to use according to the authors, and b) not even used.

@spacejam
Copy link
Member

I've removed maplit and rust_crypto, I'll think about a nicer way of optionally including hyper. Hyper is pretty overkill for the usage, and I like your suggestion of GeoClue!
52ad87d

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