| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |\
| |
| |
| |
| |
| |
| | |
Put most non-universally-needed functionality behind features
Closes #125
See merge request tpo/core/arti!129
|
| | |
| |
| |
| |
| |
| |
| |
| | |
We don't currently need a couple of the key manipulation features
that we have, since we aren't yet doing relays or onion service
clients.
Part of #125
|
| |/
|
|
|
|
| |
This is a security fix for a panic.
Closes #236
|
| | |
|
| | |
|
| |
|
|
| |
We need this now that we check for contributory behavior.
|
| | |
|
| |
|
|
|
|
|
|
| |
I tried using -Z minimal-versions to downgrade all first-level
dependencies to their oldest permitted versions, and found that we
were apparently depending on newer features of all three crates.
I'm kind of surprised there were only three.
|
| |
|
|
| |
By default rand does not build for WASM browser targets.
|
|
|
This will cause some pain for now, but now is really the best time
to do this kind of thing.
|