tiny_future 0.5.1

This library provides a simple, `Condvar` based future with automatic cancellation on drop
Documentation
{
    "version": "0.2.0",
    "configurations": [
        {
            "type": "lldb",
            "request": "launch",
            "name": "cargo test",
            "cargo": {
                "args": [
                    "test",
                    "--no-run",
                    "--lib",
                    "--package=tiny_future"
                ],
                "filter": {
                    "name": "tiny_future",
                    "kind": "lib"
                }
            },
            "args": [],
            "cwd": "${workspaceFolder}"
        }
    ]
}