I know that it is, of course, possible only to use the parts of Boost that you want to use, but my point was, I want to keep my project folder slim. The project should be able to be checked out with all dependencies, and I just noticed while unpacking boost that it is around 33 thousand files and more than 250 megabytes, and I am using one single class of it (tokenizer).
Is it possible only to include a portion of Boost into a project?