summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
AgeCommit message (Collapse)Author
2019-08-26Add description about the Evcxr support to the readmeJonas Bushart
2019-08-26Integrate the new HTML printing with EvcxrJonas Bushart
* Add optional feature for Evcxr integration * Implement trait for everything which can be converted into a Tableslice. The trait prints the Tableslice in plain-text and HTML format in a Evcxr compatible manner.
2019-08-25Update term requirement from 0.5 to 0.6dependabot-preview[bot]
Updates the requirements on [term](https://github.com/Stebalien/term) to permit the latest version. - [Release notes](https://github.com/Stebalien/term/releases) - [Commits](https://github.com/Stebalien/term/compare/v0.5.0...v0.6.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-08-25Updated to rust 2018Pierre-Henri Symoneaux
2018-09-27Updated Cargo.toml with new releasePierre-Henri Symoneaux
2018-09-04Update csv to version 1Wolfgang Silbermayr
2018-08-09Reverted csv crate to v0.15 (committed by accident with 1.0.0)Pierre-Henri Symoneaux
2018-08-09Removed rust 1.18 and 1.19 from supported and tested listPierre-Henri Symoneaux
2018-04-10Preparing v0.7.0 releasePierre-Henri Symoneaux
2018-03-02Updated termHendrik Sollich
2017-12-03Updated version to 0.6.8 for future releasePierre-Henri Symoneaux
2017-12-01Update lazy_staticAlexander Bulaev
2017-06-09Added rustc 1.17.0 in travis build matrixPierre-Henri Symoneaux
2017-06-06Replaced coveralls badge by codecov badge in readmePierre-Henri Symoneaux
2017-06-05Rely on doc.rs for documentation hosting (except master)Pierre-Henri Symoneaux
Closes #20
2017-06-05Updated Cargo.toml for the next release (0.6.7)Pierre-Henri Symoneaux
Updates version & added badges
2017-05-29Added category "command-line-interface" to Cargo.tomlPierre-Henri Symoneaux
2017-03-13Bumped encode_unicode version to ^0.3Pierre-Henri Symoneaux
2017-01-02Bump csv for the latest versionAlex Gaynor
2016-10-02Prepared v0.6.6 publishingPierre-Henri Symoneaux
2016-09-17cfg-out `csv` featureAlexander Bulaev
It pulls `rustc-serialize` which is not always desirable
2016-09-13Updated crate version to 0.6.4 in Cargo.tomlPierre-Henri Symoneaux
2016-09-13Merge remote-tracking branch 'refs/remotes/nabijaczleweli/master'Pierre-Henri Symoneaux
Conflicts: Cargo.toml src/lib.rs
2016-09-13Updated atty version to ^0.2Pierre-Henri Symoneaux
2016-09-12Fixed wrong formatting of unicode separatorsPierre-Henri Symoneaux
2016-09-12Implement saving and loading from CSVnabijaczleweli
Closes #13
2016-09-11Windows specific newlines is now a default featurePierre-Henri Symoneaux
The feature is named `win_crlf` Fixes #33
2016-08-02Updated rust version to 1.10 in appveyor scriptPierre-Henri Symoneaux
2016-04-22Bumped versionof lazy_static to 0.2. Updated crate version to 0.6.2 before ↵Pierre-Henri Symoneaux
release
2016-02-15Updated version to 0.6.1 in Cargo.tomlpierresy
2016-02-14Detect if attached to a tty standard output when calling Table.printstd().pierresy
Printing using term (for colors, etc...) is performed only if output is a tty, else, fallbacks to normal printing
2016-01-20Updated version to v0.6.0 in cargo.toml and readmepierresy
Removed .project file from eclipse IDE
2016-01-18Started Builder implementationpierresy
Constant predefined format are now lazily evaluated
2016-01-11Fixed windows issue for pull request #16pierresy
2016-01-11Bump term to 0.4Alexander Bulaev
2015-12-29Updated version to 0.5.1 in Cargo.tomlpierresy
2015-12-15Fixes #8 : Removed wildcard dependenciespierresy
2015-12-10Reduces number of crate's tag to 5pierresy
2015-12-08Fixes #7 : Table::printstd now falls back to stdlib standard output if ↵pierresy
cannot acquire term's stdout.
2015-11-19Updated Cargo.toml and README.md.pierresy
Using style string don't panic anymore if some specifier are unknown. Tables and Rows are now Indexable. Empty rows are now correctly printed. New lines use "\n" for all platforms except windows (which uses "\r\n").
2015-11-07Issue #2 : Refactored codepierresy
2015-11-07Added dependency "term" and support to styles (color, etc ...)pierresy
2015-11-04Fixes for rust 1.4 (removed deprecated methods calls)pierresy
2015-08-12Updated crate version to 0.2.0pierresy
2015-08-12Added customizable alignmentpierresy
Added customizable alignment for text in cells (left, center, right). Also with additional small improvements
2015-07-09add unicode support into CellArthur Skobara
2015-06-19Added a small performance boost, valuable when printing really bigpierresy
tables
2015-06-18Set version to 0.1.1pierresy
2015-06-17Added link to documentation in readme and cargo.toml filepierresy
2015-06-08updated link to repository in cargo.tomlpierresy